Difference between revisions of "Integrating CIFS Server with LDAP-UX"
From jasonhoss.com
(→Preparing HP-UX) |
(→Preparing HP-UX) |
||
Line 5: | Line 5: | ||
* Ensure latest version of krb5client and PAM-Kerberos | * Ensure latest version of krb5client and PAM-Kerberos | ||
* If server is currently configured as an LDAP-UX client, you must remove the configuration before proceeding with the CIFS implementation. The reason is due to the computer account created by the LDAP-UX “autosetup” process is incompatible with the computer account that is created by the “samba_setup” process. | * If server is currently configured as an LDAP-UX client, you must remove the configuration before proceeding with the CIFS implementation. The reason is due to the computer account created by the LDAP-UX “autosetup” process is incompatible with the computer account that is created by the “samba_setup” process. | ||
− | ''' | + | * '''Backup the /etc/krb5.conf, /etc/pam.conf and /etc/nsswitch.conf files because the “netleave” command will remove or modify them.''' |
* To properly remove the LDAP-UX configuration execute: | * To properly remove the LDAP-UX configuration execute: | ||
Revision as of 09:12, 4 April 2011
Preparing HP-UX
- Install CIFS-Server A.03.01 or later
- Install LdapUXClient B.05.01 or later
- Ensure latest version of krb5client and PAM-Kerberos
- If server is currently configured as an LDAP-UX client, you must remove the configuration before proceeding with the CIFS implementation. The reason is due to the computer account created by the LDAP-UX “autosetup” process is incompatible with the computer account that is created by the “samba_setup” process.
- Backup the /etc/krb5.conf, /etc/pam.conf and /etc/nsswitch.conf files because the “netleave” command will remove or modify them.
- To properly remove the LDAP-UX configuration execute:
# /opt/ldapux/config/netleave
- Ensure that the computer account has been removed from the “Computers” container in Active directory.
Configure CIFS Server (Samba)
- Run /opt/samba/bin/samba_setup to begin the server setup
- * Respond Y to continue setup
- * Respond Y if you wish to use this servers as a WINS server or N the environment already has WINS or does not
- * Response Y if you wish to use another WINS server in the environment or N if you do not wish to use WINS.
- * Assuming the LDAP server, respond N to using NDS LDAP
- * Select number 4 to make this server an ADS Member Server
- * Follow the remaining prompts to configure this system within Active Directory.