Skip to content

Commit 3bc9255

Browse files
committed
add modified structure of ldap config related to new service
1 parent cde079d commit 3bc9255

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

General/Configurations/Credentials.config

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
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,15 @@
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" />
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" />
1730

18-
<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" />
2031
</appSettings>

0 commit comments

Comments
 (0)