# Copyright 2004 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. services.JetspeedSecurity.secure.passwords=true services.JetspeedSecurity.secure.passwords.algorithm=crypt services.JetspeedSecurity.secure.passwords.prefix={CRYPT} services.JetspeedSecurity.classname=org.apache.jetspeed.services.security.JetspeedDBSecurityService services.SecurityCache.classname=org.apache.jetspeed.services.security.SecurityCacheImpl services.JetspeedSecurity.programmatic.cascade.delete=false services.PortalAuthentication.classname=org.apache.jetspeed.services.security.ldap.LDAPAuthentication services.PortalAccessController.classname=org.apache.jetspeed.services.security.registry.RegistryAccessController services.UserManagement.classname=org.apache.jetspeed.services.security.ldap.LDAPUserManagement services.JetspeedSecurity.user.class=org.apache.jetspeed.om.security.ldap.LDAPUser services.RoleManagement.classname=org.apache.jetspeed.services.security.ldap.LDAPRoleManagement services.JetspeedSecurity.role.class=org.apache.jetspeed.om.security.ldap.LDAPRole services.GroupManagement.classname=org.apache.jetspeed.services.security.ldap.LDAPGroupManagement services.JetspeedSecurity.group.class=org.apache.jetspeed.om.security.ldap.LDAPGroup services.PermissionManagement.classname=org.apache.jetspeed.services.security.ldap.LDAPPermissionManagement services.JetspeedSecurity.permission.class=org.apache.jetspeed.om.security.ldap.LDAPPermission services.ldap.classname=org.apache.jetspeed.services.ldap.LDAPService services.ldap.host=localhost services.ldap.port=389 services.ldap.sslport=636 services.ldap.basedn=ou/jetspeed%o/apache services.ldap.managerdn=cn/ldapadmin%ou/jetspeed%o/apache services.ldap.password=secret services.ldap.anonymousbind=false services.ldap.securityauthentication=simple services.ldap.contextcache=false # services.ldap.securityprotocol=ssl # services.ldap.socketfactory=javax.net.ssl.SSLSocketFactory # services.ldap.jndiprovider=com.sun.jndi.ldap.LdapCtxFactory # services.ldap.saslclientpckgs= services.ldap.limit=0 services.ldap.timeout=0 services.ldap.version=3 LocalWords:SHA