AIX

AIX

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


#Power
#Power
 View Only

AIX 6.1: LDAP netgroup does not with kerberos

  • 1.  AIX 6.1: LDAP netgroup does not with kerberos

    Posted Wed July 15, 2009 09:05 AM

    Originally posted by: abdurixit


    Hi

    it does not matter what I put in /etc/passwd, the netgroup is not working, that means all the users in LDAP can login to my server.
    my /usr/lib/security/methods.cfg file looks like this:

    LDAP:
    program = /usr/lib/security/LDAP
    program_64 =/usr/lib/security/LDAP64
    options = netgroup

    KRB5A:
    program = /usr/lib/security/KRB5A
    program_64 = /usr/lib/security/KRB5A_64
    options = authonly,tgt_verify=no,kadmind=no,is_kadmind_compat=no

    KRB5Afiles:
    options = db=BUILTIN,auth=KRB5A

    KRB5ALDAP:
    options = db=LDAP,auth=KRB5A
    BTW, the same configuration is working under AIX 5.3, only the users in netgroup can login.
    On AIX 6.1 server, the netgroup is working without kerberos, that means when I remove the above lines with "KRB5A*".
    Do you have any clue about it?

    Thanks
    #AIX-Forum