1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-10 04:18:10 +02:00

[SOGo] fix plist_ldap.sh example

This commit is contained in:
FreddleSpl0it 2024-02-26 13:14:08 +01:00
parent 881c2d6e02
commit 39a4b115ed
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -3,15 +3,15 @@
domain="$1"
gal_status="$2"
echo '
echo "
<!--
<example>
<key>canAuthenticate</key>
<string>YES</string>
<key>id</key>
<string>'"${domain}_ldap"'</string>
<string>"${domain}"_ldap</string>
<key>isAddressBook</key>
<string>'"${gal_status}"'</string>
<string>"${gal_status}"</string>
<key>IDFieldName</key>
<string>mail</string>
<key>UIDFieldName</key>
@ -31,4 +31,4 @@ echo '
<key>hostname</key>
<string>ldap://1.2.3.4:389</string>
</example>
-->'
-->"