Is it possible to configure BOXIr2 to use LDAP (Microsoft AD) authentication on AIX? After reviewing the supported platforms for AIX I’ve found out that “Microsoft Active Directory…” is absent in LDAP Directory section but I need any practical confirmation.
I haven’t tried this, but it’s conceptually possible. I would point out that you MUST use SSL when authenticating to Active Directory LDAP. I can imagine missing this point could cost a lot of headache.
For a default Active Directory install, I would use these values in the LDAP Server Attribute Mappings:
[list]Object Class: objectclass Static Group: group Static Group Member: member Dynamic Group: [blank] (not AD supported) Dynamic Group Member: [blank] Group Description: description User Object Class: person User Name: sAMAccountName (not default) User Description: description
[/list]
I use sAMAccountName because cn is set to the Full Name property by default in AD when an account is created. sAMAccountName is the username. You could also use userPrincipalName if you prefer, which would require users to log in using user@domain syntax.
I assume it’s conceptually possible too as I managed to complete this task several times on Windows OS. So why AD is omitted from documentation… I’ll get a chance to clear up this soon.