home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / conf / ldap.conf < prev    next >
Encoding:
Extensible Markup Language  |  2004-06-21  |  826 b   |  26 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <LDAP_CONF>
  4.   <!--
  5.    This is the ldap configuration file.
  6.    You can specify Environment properties for ldap in this file.
  7.  
  8.       INITCTX    - the Initial context implementation to use.
  9.       MY_SERVICE - the Host name and port number of LDAP server
  10.       MGR_DN     - the DN of directory manager entry.
  11.                    This entry should have write access to the entire directory.
  12.       MGR_PW     - the Password for manager DN.
  13.  
  14.    BELOW SPECIFIED VALUES ARE THE DEFAULT VALUES.
  15.  
  16. -->
  17.   <LDAP
  18.      LDAP_STATUS="no"
  19.      INITCTX="com.sun.jndi.ldap.LdapCtxFactory"
  20.      MY_SERVICE="ldap://localhost:389"
  21.      MGR_DN="cn=root,o=myorganization,c=mycountry"
  22.      MGR_PW="secret"
  23.      PERMISSION_CLASSNAME="com.adventnet.ldap.GetPermission" />
  24. </LDAP_CONF>
  25.  
  26.