Project

General

Profile

« Previous | Next » 

Revision 730

Added by bojilova almost 23 years ago

Changes related to running LDAP servers referred each other in one tree modeling the KNB tree.
Currently there are running LDAP server on dev that holds the KNB root and the NCEAS' s subtree.
It also refers to a subtree modeling the LTER's tree which is held by another LDAP server runnig on alpha .

View differences:

AuthInterface.java
93 93
   */
94 94
  public HashMap getAttributes(String user, String password, String foruser) 
95 95
         throws ConnectException;
96

  
97
  /**
98
   * Get all groups and users from authentication service.
99
   * The output is formatted in XML.
100
   * @param user the user which requests the information
101
   * @param password the user's password
102
   */
103
  public String getPrincipals(String user, String password)
104
                throws ConnectException;
96 105
}

Also available in: Unified diff