home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / README.ldap < prev    next >
Text File  |  2004-03-08  |  1KB  |  21 lines

  1. LDAP support for Group-Office is not finished yet!
  2.  
  3. You have two different options:
  4. 1.) User Management in Group-Office, only Authentication via LDAP. That means
  5.     that only username/password is checked against and all userdetails are
  6.     saved in the Group-Office SQL database.
  7. 2.) User Management in LDAP, so that the complete user information is retrieved
  8.     from LDAP and can be changed in LDAP. For that purpose you will need the
  9.     objectClass groupOfficePerson (as in the groupofficeperson.schema described)
  10.     for each person.
  11.  
  12. Method 1 (Authentication only) should work now out-of-the-box, but I'm sure that
  13. there are some bugs in it.
  14.  
  15. Method 2 is in development now, it is possible to retrieve all information out
  16. of LDAP, but you cannot change anything. For the objectClass: it is based on the
  17. Enterprise Number of the TGM (14138) and you should not change it since the
  18. values are internally registered. So I suppose we should use another EN (which
  19. will be easily assigned by the IANA if you need one - but only one per company!)
  20.  
  21.