| |||||||||||
| |
Posts tagged ·
configure
·...
How to Configure and Use NIS Netgroup
Comments OffTechnote (FAQ)
Question
How to configure Fast Connect for LDAP authentication?
Answer
Note: This document assumes that you already have LDAP integrated login configured and working.
1. Gather the following information:
- LDAP server name, ie
ldap1.austin.ibm.com
- LDAP bind (admin) DN, ie
cn=admin2,ou=users,dc=austin,dc=com
- LDAP bind pwd, ie
secret
- LDAP user base DN, ie
ou=users,dc=austin,dc=com
2. Create a local AIX user corresponding to the LDAP bind DN
- Discard the "cn=" label, like this:
# mkuser admin2
3. Create a Fast Connect (FC) user for bind/AIX user in step #2
- Use 'smitty smb' to create the FC user (admin2 from step #2)
- The password should be the LDAP bind pwd (secret)
- Verify that the newly created FC user exists, ie:
# net user | grep admin2
4. Enable LDAP authentication for FC
- Run these commands to configure FC LDAP auth
# net config /encrypt_passwords:0
# net config /ldap_auth:1
# net config /ldap_server_name:ldap1.austin.ibm.com
# net config /ldap_userDN:ou=users,dc=austin,dc=com
# net config /ldap_admin_user:cn=admin2,ou=users,dc=austin,dc=com
- Restart FC by running these commands
# net stop /unload
# net start /load
5. Test by mapping a share as an LDAP user that is not defined as a FC user
How to configure DHCP on AIX
Comments Off
| |||||||||||
| |
