forked from movabletype/movabletype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path51-objectsync.dat
65 lines (52 loc) · 1.48 KB
/
51-objectsync.dat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Don't forget to set correct LDAPAuthBindDN and LDAPAuthPassword!
----- mt-config for this test ------
ObjectDriver DBI::mysql
Database XXXXXX
DBUser XXXXXX
DBPassword XXXXXXX
DBHost localhost
#======== LDAP authentication ========
AuthenticationModule LDAP
LDAPAuthURL ldap://localhost/ou=users,dc=sixapart,dc=jp
LDAPAuthBindDN cn=Manager,dc=sixapart,dc=jp
LDAPAuthPassword secret
ExternalUserManagement 1
ExternalGroupManagement 1
ExternalUserSyncFrequency 60
LDAPGroupNameAttribute cn
LDAPGroupIdAttribute entryUUID
LDAPGroupFullNameAttribute cn
LDAPGroupMemberAttribute memberUid
LDAPGroupSearchBase ou=users,dc=sixapart,dc=jp
LDAPGroupFilter (objectClass=group)
LDAPUserIdAttribute entryUUID
LDAPUserEmailAttribute mail
LDAPUserFullNameAttribute cn
LDAPUserGroupMemberAttribute uid
----- LDIF for this test -----
version: 1
# LDIF Export for: dc=sixapart,dc=jp
# Generated by phpLDAPadmin ( http://phpldapadmin.sourceforge.net/ ) on June 7, 2007 3:34 am
# Server: My LDAP Server (127.0.0.1)
# Search Scope: sub
# Search Filter: (objectClass=*)
# Total Entries: 10
dn: dc=sixapart,dc=jp
objectClass: dcObject
objectClass: organization
dc: sixapart
o: Our company
description: This is us.
dn: cn=Manager,dc=sixapart,dc=jp
objectClass: organizationalRole
cn: Manager
description: Directory Manager
password: secret
dn: ou=users,dc=sixapart,dc=jp
ou: users
objectClass: organizationalUnit
objectClass: top
dn: ou=MT,ou=users,dc=sixapart,dc=jp
ou: MT
objectClass: organizationalUnit
objectClass: top