WHat is the significance to Samba of pam_password exop vs pam_password md5 in ldap.conf? The reason I ask is that, wherever possible, I prefer to use the vendor supplied tools for manipulating config files. With Fedora 3 it's system-config-authentication and it doesn't give you the option of exop. You either enable MD5, which puts pam_password md5 in ldap.conf, or disable it, which puts pam_password crypt in there instead. The PDC howto from the IDEALX guys goes with pam_password md5, but jht's guide uses exop.
Iap, Singuan
2005-May-04 10:16 UTC
[Samba] How access time of the same file different within a smbmounted file system?
In Windows XP, I share a folder "SHARED_FOLDER". Then, mount it by using "smbmount" to /mnt/SHARED_FOLDER in a Linux box with smaba 3.0.4 Then, I invoke a stat() call to a file in /mnt/SHARED_FOLDER (in Python): ex. $python>> import os,time >> s=os.stat('/mnt/SHARED_FOLDER/A_FILE') >> print s.st_atime ## the access time of "A_FILE"On the other hand, I invoke the same process in local Windows XP, and the printed s.st_atime are different from the one in above (smbmounted ). How it comes? Any hints? Iap, Singuan (mtime, ctime are the same, no differences)
taso wrote:> > WHat is the significance to Samba of pam_password exop vs pam_password md5 in ldap.conf?the difference is who does the password hash. AFAIK with md5 the ldap client is responsible of hash generation whilst with exop (EXtended OPeraion) the operation is left to the ldap server, this open a new world of opportunities since the ldap server can hash the userPassword, sambapassword, kerberos password and any future password at the same time, only one update is neccesary and all your passwords will be in sync. see: http://mirrors.isc.org/pub/www.watersprings.org/pub/id/draft-zeilenga-ldap-passwd-exop-03.txt -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/IT d- s+:+() a31 C+++ UBL+++$ P+ L+++ E--- W++ N+ o++ K- w--- O+ M+ V- PS+ PE+ Y++ PGP+>+++ t+ 5 X+$ R- tv-- b+++ DI D++>+++ G++ e- h+(++) !r !z ------END GEEK CODE BLOCK------
Reasonably Related Threads
- wrong userPassword hash generated by smbpasswd (pam_password=exop and smbk5pwd ) on a samba+ldap PDC running on FreeBSD
- IMAP copy fails because the mailbox size of user1 is exceeding the quota limit of user2??
- Solaris 10 and "store dos attributes"
- Problem with groups & joining domain.- LDAP
- Samba with AD