Displaying 2 results from an estimated 2 matches for "krb5_update_pwd".
2005 Jun 06
1
Samba as a PDC with LDAP and Kerberos
...dap using simplebind with password
>in KERBEROS
>this password CANNOT be changed (denied by the slapd.access.conf file)
>
>Samba cannot use MIt kerberos for the password so my little trick :
>I create a perl scrip using Authen::Krb5::Admin that use un keytab for
>authentifiaction :krb5_update_pwd.pl
>
>in the smb.conf :
> ldap passwd sync = No
> unix password sync = Yes
> passwd program = /usr/local/sbin/krb5_update_pwd.pl -u %u
>%n\n *passwd:*all*authentication*tokens*updated*successfully*
> passwd chat = *Password:* %n\n *Again:* %n\n *Changed*
>
>So...
2005 Sep 13
2
Roaming profile : taking forever to login /log off
...lient disabled)
our smb serveur : samba-3.0.9
here is my smb.conf :
# Global parameters
[global]
workgroup = DOMAIN
server string = DOMAIN PDC Server
interfaces = IP
passdb backend = ldapsam:ldap://ldap-master.lan.lexum.pri/
passwd program = /usr/local/sbin/krb5_update_pwd.pl -u %u
passwd chat = *Password:* %n\n *Again:* %n\n *Changed*
username map = /etc/samba/smbusers
unix password sync = Yes
log level = 10
log file = /var/log/samba/%m.log
max log size = 50
name resolve order = wins lmhosts bcast host dns...