This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
email/mailcow/data/conf/sogo/plist_ldap
Georg 98fa66b5ad
Init MC update + Dovecot/SOGo LDAP configuration
Signed-off-by: Georg <georg@lysergic.dev>
2021-09-13 09:40:35 +02:00

45 lines
945 B
Plaintext

<!-- LDAP Configuration -->
<dict>
<key>type</key>
<string>ldap</string>
<key>id</key>
<string>${line}_ldap</string>
<key>CNFieldName</key>
<string>cn</string>
<key>IDFieldName</key>
<string>uid</string>
<key>UIDFieldName</key>
<string>uid</string>
<key>baseDN</key>
<string>OU=syscid-users,DC=syscid,DC=com</string>
<key>bindDN</key>
<string>$BINDDN</string>
<key>bindPassword</key>
<string>$BINDSEC</string>
<key>bindFields</key>
<array>
<string>uid</string>
<string>mail</string>
</array>
<key>bindAsCurrentUser</key>
<string>YES</string>
<key>hostname</key>
<string>ldaps://orpheus.syscid.com</string>
<key>canAuthenticate</key>
<string>YES</string>
<key>isAddressBook</key>
<string>NO</string>
<key>displayName</key>
<string>LibertaCasa</string>
<key>scope</key>
<string>SUB</string>
</dict>