You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2004/11/14 16:15:38 UTC

svn commit: rev 65597 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd

Author: jwkaltz
Date: Sun Nov 14 07:15:38 2004
New Revision: 65597

Added:
   lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/ldap.properties.sample
Log:
A sample for ldap.properties; the usage of the various options
(especially the new ones) are documented within the file


Added: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/ldap.properties.sample
==============================================================================
--- (empty file)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/ldap.properties.sample	Sun Nov 14 07:15:38 2004
@@ -0,0 +1,49 @@
+#############################################################################
+# General settings 
+#############################################################################
+provider-url=ldaps://ldap.example.com:636/dc=example,dc=com
+base-dn=dc=example,dc=com
+
+#############################################################################
+# User parameters for authentication:
+# usr-branch: 
+#      if users are to be taken from a specific branch, set this.
+#      If you set this to empty, users will be searched in the whole 
+#      subtree, i.e.:
+#         usr-branch=
+# usr-authentication:
+#      authentication method when the user authenticates
+# domain-name:
+#      AFAIK, this is only relevant for MS Active Directory
+#############################################################################
+#usr-branch=ou=People
+usr-branch=
+usr-attr=uid
+usr-name-attr=sn
+usr-authentication=simple
+domain-name=
+
+############################################################################
+# Security settings
+# -----------------
+# security-authentication:
+#       you can set this to none if there is no manager authentication, i.e.:
+#         security-authentication=none
+# mgr-dn and mgr-pw:
+#       Manager/user which is allowed to retrieve a list of "all" users
+#       (fullname) from LDAP server. Leave it empty for anonymous bindings.
+# key-store:
+#       is taken relatively to the publication config/ac directory
+#       you should put the Directory-Server certificate in this file, 
+#       if using ssl. If you do not use ssl, you can comment out this property.
+############################################################################
+security-authentication=simple
+mgr-dn=
+mgr-pw=
+key-store=.keystore
+security-protocol=ssl
+
+
+# this property is now no longer used !
+# partial-user-dn=ou=Others,dc=interactivesystems,dc=info
+

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org


Re: svn commit: rev 65597 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Gregor J. Rothfuss wrote:
> jwkaltz@apache.org wrote:
> 
>> Author: jwkaltz
>> Date: Sun Nov 14 07:15:38 2004
>> New Revision: 65597
>>
>> Added:
>>    
>> lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/ldap.properties.sample 
>>
> 
> 
> joachim, shouldn't the LDAP changes go to trunk too?

never mind! i should read all emails before posting :) yes your commit 
looks correct to me.

-- 
Gregor J. Rothfuss
COO, Wyona       Content Management Solutions    http://wyona.com
Apache Lenya                              http://lenya.apache.org
gregor.rothfuss@wyona.com                       gregor@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail:              dev-unsubscribe@lenya.apache.org
For additional commands, e-mail:            dev-help@lenya.apache.org
Apache Lenya Project                          http://lenya.apache.org


Re: svn commit: rev 65597 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
jwkaltz@apache.org wrote:
> Author: jwkaltz
> Date: Sun Nov 14 07:15:38 2004
> New Revision: 65597
> 
> Added:
>    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/ac/passwd/ldap.properties.sample

joachim, shouldn't the LDAP changes go to trunk too?

-- 
Gregor J. Rothfuss
COO, Wyona       Content Management Solutions    http://wyona.com
Apache Lenya                              http://lenya.apache.org
gregor.rothfuss@wyona.com                       gregor@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail:              dev-unsubscribe@lenya.apache.org
For additional commands, e-mail:            dev-help@lenya.apache.org
Apache Lenya Project                          http://lenya.apache.org