Displaying 1 result from an estimated 1 matches for "rfc2307aix".
2004 May 06
0
Samba 3 Operational Question
...options for "authonly,db=LDAP" or
"auth=KRB5,db=LDAP". The former allows winbindd to do the AIX auth and
gather user info from LDAP. The latter one would allow for AIX to auth
against KRB, lookup user info from LDAP (which allows the use of
secldapclntd and the AIX, RFC2307 or RFC2307AIX mappings allowed by AIX so
you can use any LDAP server backend with optional schemas) keeping the
ability to still change all passwords and gather RID information from
winbindd. This mechanism is easily implemented with getauthdb and
setauthdb for AIX loadable authentication modules. Or am I just m...