diff options
author | Gerald Carter <jerry@samba.org> | 2003-12-04 04:52:00 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-12-04 04:52:00 +0000 |
commit | 5df2fd4175049247bf105698e9abfd32272bf96e (patch) | |
tree | 537e770cac3eca3e6226f6c598c35c579e52a913 /examples | |
parent | b754e4af39d8a720a45dbc6b472211b4ca2eefcc (diff) | |
download | samba-5df2fd4175049247bf105698e9abfd32272bf96e.tar.gz samba-5df2fd4175049247bf105698e9abfd32272bf96e.tar.bz2 samba-5df2fd4175049247bf105698e9abfd32272bf96e.zip |
support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800
(This used to be commit 1c3c16abc94d197e69e3350de1e5cc1e99be4322)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/LDAP/samba.schema | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 14cd720588..3ec30c46d8 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -236,6 +236,11 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.38 NAME 'sambaDomainName' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) +attributetype ( 1.3.6.1.4.1.7165.2.1.43 NAME 'sambaMungedDial' + DESC '' + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} ) + ## ## SID, of any type ## @@ -308,7 +313,7 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.6 NAME 'sambaSamAccount' SUP top AUXILIARY sambaPwdCanChange $ sambaPwdMustChange $ sambaAcctFlags $ displayName $ sambaHomePath $ sambaHomeDrive $ sambaLogonScript $ sambaProfilePath $ description $ sambaUserWorkstations $ - sambaPrimaryGroupSID $ sambaDomainName )) + sambaPrimaryGroupSID $ sambaDomainName $ sambaMungedDial)) ## ## Group mapping info |