uPortal by JA-SIG
.

JA-SIG Home

About uPortal

Documentation

Getting Started

Developers

Implementors

Users

Background

Release

.

ldap.properties


# ldap.properties
# $Id$

##### LDAP directory connection properties
# Check with your LDAP directory server administrator for the
# appropriate information.

# host name or IP address
ldap.host=ldap.myuniv.edu
# Default port for LDAP is 389
ldap.port=389

# enable SSL encryption to protect passwords (disabled by default)
##ldap.protocol=ssl

# Directory context to search for users via their uid.
ldap.baseDN=ou=People, dc=myuniv, dc=edu

# Attribute used to search for user.  Typically, the netID.
ldap.uidAttribute=uid

# You can leave these blank unless your directory server doesn't
# permit anonymous binds.
ldap.managerDN=
ldap.managerPW=

# eof: ldap.properties

.
 
.
JA-SIG Home * About uPortal * FAQ * Download * Documentation * Getting Involved *
Code Repository * Reporting Bugs * License *