mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
r10423: minor changes to the ldb test suite to allow it to work correctly with
a real ldap backend (such as openldap)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
ddff66298f
commit
d267f8c623
@@ -14,3 +14,18 @@ postaladdress: University of Michigan $ 535 W. William St. $ Ann Arbor, MI 481
|
|||||||
09 $ US
|
09 $ US
|
||||||
telephonenumber: +1 313 764-1817
|
telephonenumber: +1 313 764-1817
|
||||||
associateddomain: example.com
|
associateddomain: example.com
|
||||||
|
|
||||||
|
dn: ou=People,o=University of Michigan,c=TEST
|
||||||
|
objectclass: organizationalUnit
|
||||||
|
objectclass: extensibleObject
|
||||||
|
ou: People
|
||||||
|
uidNumber: 0
|
||||||
|
gidNumber: 0
|
||||||
|
|
||||||
|
dn: ou=Ldb Test,ou=People,o=University of Michigan,c=TEST
|
||||||
|
objectclass: organizationalUnit
|
||||||
|
objectclass: extensibleObject
|
||||||
|
ou: People
|
||||||
|
ou: Ldb Test
|
||||||
|
uidNumber: 0
|
||||||
|
gidNumber: 0
|
||||||
|
|||||||
@@ -1,10 +1,3 @@
|
|||||||
dn: ou=People,o=University of Michigan,c=TEST
|
|
||||||
objectclass: organizationalUnit
|
|
||||||
objectclass: extensibleObject
|
|
||||||
ou: People
|
|
||||||
uidNumber: 0
|
|
||||||
gidNumber: 0
|
|
||||||
|
|
||||||
dn: ou=Groups,o=University of Michigan,c=TEST
|
dn: ou=Groups,o=University of Michigan,c=TEST
|
||||||
objectclass: organizationalUnit
|
objectclass: organizationalUnit
|
||||||
ou: Groups
|
ou: Groups
|
||||||
|
|||||||
Reference in New Issue
Block a user