AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  LDAP aliases for posixAccount

    Posted Wed March 04, 2009 03:36 AM

    Originally posted by: SystemAdmin


    Dear All,

    I am currently using a LDAP client on an AIX 5.3. And I would like to create aliases to posixAccount. For example, I would like to be able to login either with the username "vro" or "cwvro".

    So I created an alias vro which points to the posixAccount cwvro.
    > Here is the result of an ldapsearch :

    ou=aliases,dc=corporate,dc=local
    objectClass=organizationalUnit
    ou=aliases

    uid=vro,ou=aliases,dc=corporate,dc=local
    uid=vro
    objectClass=alias
    objectClass=extensibleObject
    aliasedObjectName=uid=cwvro,ou=people,dc=corporate,dc=local

    Then I modified the following line in the file /etc/security/ldap/ldap.cfg :
    aliasbasedn:ou=aliases,dc=corporate,dc=local
    followaliase:ALWAYS

    Then I restarted the ldap client :
    > restart-secldapclntd.

    But I am anyway not able to connect as vro :
    > su - vro
    User "vro" does not exist

    since I am able to connect as cwvro. So what is my mistake and what should I do next ?

    Many thanks in advance.
    Regards,
    Vincent


  • 2.  Re: LDAP aliases for posixAccount

    Posted Thu August 05, 2010 04:42 AM

    Originally posted by: kriberg


    I'm having the exact same problem. did you ever find a fix, vro?