Somehow the following crept into the specfile during preparation for the samba-2.2.4 release (Mandrake packaging stuff is now in samba CVS, so you can actually build RPMs from a samba tarball with "cd packaging/Mandrake; sh makerpms.sh", although this wil currently cause the same problem on cooker;-)):
# Set defaults for each version %if %build_cooker %define build_acl 1 %define build_winbind 1 %define build_wins 1 %define build_ldap 1 %endif The problem is that it should have %define build_ldap 0 Samba can currently only support one sam backend, so if you don't use ldap, you will want to rebuild the srpm as follows: rpm --rebuild --without ldap samba-2.2.4-1mdk.src.rpm or wait for -2mdk. Thanks for the reminder. Buchan [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > >[root@iq samba]# smbpasswd -L -a junfan >New SMB password: >Retype new SMB password: >fetch_ldap_pw: no ldap secret retrieved! >ldap_connect_system: Failed to retrieve password for from secrets.tdb >fetch_ldap_pw: no ldap secret retrieved! >ldap_connect_system: Failed to retrieve password for from secrets.tdb >Failed to add entry for user junfan. >Failed to modify password entry for user junfan >I don't ldap. >-- >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Jason Straight >President >BlazeConnect Internet Services >Cheboygan Michigan >www.blazeconnect.net >Phone: 231-597-0376
