public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/conf/sogo/plist_ldap.sh
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
#!/bin/bash
3
domain="$1"
4
gal_status="$2"
6
echo "
7
<!--
8
<example>
9
<key>canAuthenticate</key>
10
<string>YES</string>
11
<key>id</key>
12
<string>"${domain}"_ldap</string>
13
<key>isAddressBook</key>
14
<string>"${gal_status}"</string>
15
<key>IDFieldName</key>
16
<string>mail</string>
17
<key>UIDFieldName</key>
18
<string>uid</string>
19
<key>bindFields</key>
20
<array>
21
<string>mail</string>
22
</array>
23
<key>type</key>
24
<string>ldap</string>
25
<key>bindDN</key>
26
<string>cn=admin,dc=example,dc=local</string>
27
<key>bindPassword</key>
28
<string>password</string>
29
<key>baseDN</key>
30
<string>ou=People,dc=example,dc=local</string>
31
<key>hostname</key>
32
<string>ldap://1.2.3.4:389</string>
33
</example>
34
-->"