added 'log_threshold' option.

added the korean language pack for ci
This commit is contained in:
2010-02-23 13:46:25 +00:00
parent 8a6ed40c03
commit 7af7fff45c
28 changed files with 803 additions and 25 deletions

View File

@ -26,18 +26,20 @@
AuthBasicProvider ldap
# prevent other authenticatication moudles from authenticating users
# if this one fails.
# if this one fails. Set it to 'off' for 'require valid-user' as it
# is handled by mod_authz_user.
AuthzLDAPAuthoritative on
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
AuthLDAPRemoteUserIsDN off
# ldap binding information
AuthLDAPURL ldap://127.0.0.1:389/ou=users,dc=sample,dc=net?uid
AuthLDAPBindDN cn=admin,dc=sample,dc=net
AuthLDAPBindPassword xxxxxxx
Require ldap-group cn=developers,ou=groups,dc=sample,dc=net
Require ldap-group cn=users,ou=groups,dc=sample,dc=net
#
# Apache version 2.0.41

View File

@ -104,3 +104,14 @@ svnrepo_dir = "@DEPOTDIR@/svnrepo"
; directory to store uploaded files
;------------------------------------------------------------------------------
file_dir = "@DEPOTDIR@/files"
;------------------------------------------------------------------------------
; log threshold
;------------------------------------------------------------------------------
; 0 = Disables logging, Error logging TURNED OFF
; 1 = Error Messages (including PHP errors)
; 2 = Debug Messages
; 3 = Informational Messages
; 4 = All Messages
;------------------------------------------------------------------------------
log_threshold = 0