Skip to content

Commit 9d9c47e

Browse files
committed
update ldap configuration in Credentials.config
1 parent fed7c92 commit 9d9c47e

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
<appSettings>
1+
<appSettings>
22
<!-- FSU MAIL ACCOUNT < 2.14.3 -->
33
<!--<add key="Email_Host_Name" value="" />-->
44
<!--<add key="Email_Host_Port" value="587" />-->
55
<!--<add key="Email_Account_Name" value="" />-->
66
<!--<add key="Email_Account_Password" value="" />-->
77
<!--<add key="Email_From_Name" value="" />-->
88
<!--<add key="Email_From_Address" value="" />-->
9+
10+
<!--<add key="Ldap_Enabled" value="true" />-->
11+
<!--<add key="Ldap_ConnectionString" value="ldapHost:ldap.forumsys.com;ldapPort:389;ldapBaseDn:dc=example,dc=com;ldapSecure:false;ldapAuthUid:uid;ldapProtocolVersion:3" />-->
912

1013
<!-- FSU MAIL ACCOUNT >= 2.14.3 -->
1114
<add key="Email_Host_Name" value="smtp.email.com" />
@@ -14,7 +17,16 @@
1417
<add key="Email_Account_Password" value="password" />
1518
<add key="Email_From_Name" value="Max Mustermann" />
1619
<add key="Email_From_Address" value="max.mustermann@bexis2.com" />
17-
20+
21+
<!-- FSU LDAP ACCOUNT >= 2.14.3 -->
22+
<add key="Ldap_Host_Name" value="ldap1.uni-jena.de" />
23+
<add key="Ldap_Host_Port" value="636" />
24+
<add key="Ldap_Host_Version" value="3" />
25+
<add key="Ldap_Host_Ssl" value="true" />
26+
<add key="Ldap_Host_AuthType" value="1" />
27+
<add key="Ldap_Host_Scope" value="0" />
28+
<add key="Ldap_Host_BaseDn" value="ou=users,dc=uni-jena,dc=de" />
29+
<add key="Ldap_User_Identifier" value="uid" />
1830
<add key="Ldap_Enabled" value="true" />
19-
<add key="Ldap_ConnectionString" value="ldapHost:ldap.forumsys.com;ldapPort:389;ldapBaseDn:dc=example,dc=com;ldapSecure:false;ldapAuthUid:uid;ldapProtocolVersion:3" />
31+
2032
</appSettings>

0 commit comments

Comments
 (0)