AIX

 View Only
  • 1.  AIX 7.3 LDAP Lsuser Error

    Posted Wed March 08, 2023 07:05 AM

    I have walked through configuring LDAP on a fresh install of AIX 7.3.  I am attempting to run this command below and get this error:

    lsuser -R LDAP ALL
    Invalid -R option "LDAP"

    I have walked through many docs and sites and believe I have all the settings correct but obviously I am missing something.  I am able to connect to the LDAP server, from what I can tell:

    ldapservers=unixldap.xxxx.us,10.160.26.21,10.128.26.20
    current ldapserver=unixldap.xxxx.us
    ldapport=636
    active connections=1
    ldapversion=3
    usercachesize=1000
    usercacheused=0
    groupcachesize=100
    groupcacheused=0
    usercachetimeout=300
    groupcachetimeout=300
    heartbeat interval=300
    numberofthread=10
    connectionsperserver=10
    authtype=LDAP_AUTH
    searchmode=ALL
    defaultentrylocation=local
    ldaptimeout=90
    serverschematype=RFC2307
    userbasedn=ou=XXXXXXXX,ou=USERS,o=XXXXXXX
    userbasedn=ou=Accounts,ou=UNIX,ou=datacenter,o=XXXXXX
    groupbasedn=ou=UNIX,ou=XXXXXXXXX,o=XXXXXX
    userobjectclass=posixaccount,posixAccount
    groupobjectclass=posixgroup,posixGroup



    ------------------------------
    Joshua Krause
    ------------------------------


  • 2.  RE: AIX 7.3 LDAP Lsuser Error

    Posted Wed March 08, 2023 07:52 AM

    You need to update /etc/methods.cfg with LDAP settings. 



    ------------------------------
    Ayappan P
    ------------------------------



  • 3.  RE: AIX 7.3 LDAP Lsuser Error

    Posted Wed March 08, 2023 09:04 AM

    I had updated that but seems that I was missing a character on one of the lines. 



    ------------------------------
    Joshua Krause
    ------------------------------