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

From Scalix Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
 +
== Headline text ==
 +
OpenLDAP integration w
 
== Password management with OpenLDAP ==
 
== 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 #

Revision as of 19:01, 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 #