-
Notifications
You must be signed in to change notification settings - Fork 0
/
ldapv3_config.plist
160 lines (160 loc) · 3.71 KB
/
ldapv3_config.plist
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>description</key>
<string>server.com</string>
<key>mappings</key>
<dict>
<key>attributes</key>
<array>
<string>objectClass</string>
</array>
<key>function</key>
<string>ldap:translate_recordtype</string>
<key>recordtypes</key>
<dict>
<key>dsRecTypeStandard:Groups</key>
<dict>
<key>attributetypes</key>
<dict>
<key>dsAttrTypeStandard:PrimaryGroupID</key>
<dict>
<key>native</key>
<string>gidNumber</string>
</dict>
<key>dsAttrTypeStandard:RecordName</key>
<dict>
<key>native</key>
<string>cn</string>
</dict>
</dict>
<key>info</key>
<dict>
<key>Group Object Classes</key>
<string>OR</string>
<key>Object Classes</key>
<array>
<string>ipausergroup</string>
</array>
<key>Search Base</key>
<string>dc=dmn.one,dc=dmn.two</string>
</dict>
</dict>
<key>dsRecTypeStandard:Users</key>
<dict>
<key>attributetypes</key>
<dict>
<key>dsAttrTypeStandard:AuthenticationAuthority</key>
<dict>
<key>native</key>
<string>uid</string>
</dict>
<key>dsAttrTypeStandard:GeneratedUID</key>
<dict>
<key>native</key>
<string>GeneratedUID</string>
</dict>
<key>dsAttrTypeStandard:HomeDirectory</key>
<dict>
<key>native</key>
<string>#/Users/$uid$</string>
</dict>
<key>dsAttrTypeStandard:NFSHomeDirectory</key>
<dict>
<key>native</key>
<string>#/Users/$uid$</string>
</dict>
<key>dsAttrTypeStandard:PrimaryGroupID</key>
<dict>
<key>native</key>
<string>gidNumber</string>
</dict>
<key>dsAttrTypeStandard:RealName</key>
<dict>
<key>native</key>
<string>cn</string>
</dict>
<key>dsAttrTypeStandard:RecordName</key>
<dict>
<key>native</key>
<string>uid</string>
</dict>
<key>dsAttrTypeStandard:UniqueID</key>
<dict>
<key>native</key>
<string>uidNumber</string>
</dict>
</dict>
<key>info</key>
<dict>
<key>Group Object Classes</key>
<string>OR</string>
<key>Object Classes</key>
<array>
<string>inetOrgPerson</string>
<string>posixAccount</string>
<string>shadowAccount</string>
<string>apple-user</string>
</array>
<key>Search Base</key>
<string>dc=dmn.one,dc=dmn.two</string>
</dict>
</dict>
</dict>
</dict>
<key>module options</key>
<dict>
<key>AppleODClient</key>
<dict>
<key>Server Mappings</key>
<false/>
</dict>
<key>ldap</key>
<dict>
<key>Denied SASL Methods</key>
<array>
<string>DIGEST-MD5</string>
</array>
<key>LDAP Referrals</key>
<false/>
<key>Use DNS replicas</key>
<false/>
</dict>
</dict>
<key>node name</key>
<string>/LDAPv3/server.com</string>
<key>options</key>
<dict>
<key>connection idle disconnect</key>
<integer>60</integer>
<key>connection setup timeout</key>
<integer>5</integer>
<key>destination</key>
<dict>
<key>host</key>
<string>server.com</string>
<key>other</key>
<string>ldap</string>
<key>port</key>
<integer>389</integer>
</dict>
<key>man-in-the-middle</key>
<false/>
<key>no cleartext authentication</key>
<false/>
<key>packet encryption</key>
<integer>3</integer>
<key>packet signing</key>
<integer>1</integer>
<key>query timeout</key>
<integer>5</integer>
</dict>
<key>template</key>
<string>LDAPv3</string>
<key>trusttype</key>
<string>anonymous</string>
<key>uuid</key>
<string>04AF214D-47CC-4676-8187-C5C9C57F68F5</string>
</dict>
</plist>