Difference between revisions of "HowTos/Using OpenLDAP for password management"

From Scalix Wiki
Jump to: navigation, search
Line 1: Line 1:
 
 
== Headline text ==
 
== Headline text ==
 
OpenLDAP integration w
 
OpenLDAP integration w
Line 7: Line 6:
  
 
At the end of the How-To, this is what you want to see:
 
At the end of the How-To, this is what you want to see:
 
+
<nowiki>
 
pdxsrv01:/var/opt/scalix/sys/pam.d # sxpamauth -vvv kohl
 
pdxsrv01:/var/opt/scalix/sys/pam.d # sxpamauth -vvv kohl
 
pam_start_om("pamcheck", "kohl")
 
pam_start_om("pamcheck", "kohl")
Line 33: Line 32:
 
Password changed
 
Password changed
 
pdxsrv01:/var/opt/scalix/sys/pam.d #
 
pdxsrv01:/var/opt/scalix/sys/pam.d #
 +
</nowiki>

Revision as of 19:02, 2 October 2006

Headline text

OpenLDAP integration w

Password management with OpenLDAP

OpenLDAP installation

At the end of the How-To, this is what you want to see: pdxsrv01:/var/opt/scalix/sys/pam.d # sxpamauth -vvv kohl pam_start_om("pamcheck", "kohl") pam_authenticate() Password: pam_acct_mgmt() Authenticated pdxsrv01:/var/opt/scalix/sys/pam.d # sxpampasswd -vvv kohl pam_start_om("pamcheck", "kohl") pam_chauthtok() AUTHTOK not set OLDAUTHTOK not set Enter login(LDAP) password: AUTHTOK not set OLDAUTHTOK set New password: AUTHTOK not set OLDAUTHTOK set Re-enter new password: AUTHTOK not set OLDAUTHTOK set LDAP password information changed for hkohl Password changed pdxsrv01:/var/opt/scalix/sys/pam.d #