Date: Wed, 6 May 1998 18:01:11 +0000 (GMT) From: Luke Kenneth Casson Leighton <lkcl@switchboard.net> To: Samba Technical List <samba-technical@samba.anu.edu.au>, Samba NT Domains Mailing List <samba-ntdom@samba.anu.edu.au>, Subject: alternative password database, using ldap instead of , private/smbpasswd
hee hee, jean francois is going to be annoyed. this code is still under
"definite alpha" status, but i really, really wanted to get it in there
asap.
so, the latest cvs checkin adds the ability to use an ldap schema for the
passwords, not that i know what one of those actually is (only kidding:
i've just never set one up yet). here it is:
Subject: LDAP schema
objectclass sambaAccount
requires
ObjectClass,
cn,
objectSid
allows
accountExpires,
adminCount,
badPasswordTime,
badPwdCount,
c,
codePage,
comment,
controlAccessRights,
countryCode,
dBCSPwd,
description,
desktopProfile,
gecos,
gidAccount,
groupMembershipSAM,
homeDirectory,
homeDrive,
lastLogoff,
lastLogon,
lmPwdHistory,
localeID,
loginShell,
logonCount,
logonHours,
logonWorkstation,
maxStorage,
ntPwdHistory,
ntHomeDirectory,
o,
operatorCount,
otherLoginWorkstations,
policyName,
policyOptions,
preferredOU,
primaryGroupID,
profilePath,
pwdLastSet,
securityDescriptor,
scriptPath,
revision,
rid,
uid,
uidAccount,
unicodePwd,
userAccountControl,
userFullName,
userParameters,
userPassword,
userWorkstations
your host for this wonderful set of code is mr Jean-Francois Micouleau
<Jean-Francois.Micouleau@utc.fr> please do not give him any hassle: i
have just landed him in it by checking his development code in :-) :-)
lots of love,
luke