phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Updating to rc3...


From: Marco Gaiarin
Subject: Re: [Phpgroupware-users] Updating to rc3...
Date: Mon, 16 Feb 2004 16:46:59 +0100
User-agent: Mutt/1.5.5.1+cvs20040105i

Mandi! Dave Hall
  In chel di` si favelave...

> Yes there were some massive changes to LDAP for 16, but there are also
> some good docs in phpgwapi/doc/ldap on how to deal with the migration. 

Good docs?! The only docs are:

        phpgwapi/doc/ldap/UPDATE

and state only:

       4. Alter your export.ldif file:
                Edit the export.ldif file and
                 
                search for: accountStatus
                replace it with: phpgwAccountStatus
                 
                search for: accountExpires
                replace it with: phpgwAccountExpires
                                                                                
                search for: lastLogin
                replace it with: phpgwLastLogin
                                                                                
                search for: lastLoginFrom
                replace it with: phpgwLastLoginFrom
                                                                                
                search for: lastPasswordChange
                replace it with: phpgwLastPasswordChange

absolutely not needed, phpgwAccountStatus, phpgwAccountExpires,
phpgwLastLogin, phpgwLastLoginFrom, and phpgwLastPasswordChange are
attributes just present in .14 ldap schema.

Instead, you have to:

 + remove phpgwAccountType attribute
 + add the attribute phpgwAccountID and phpgwGroupID that is mandatory
   (and for my knowledge, unused)
 + clearly check that all user are in memberUID of their group
 + for groups, change objectclass phpgwAccount to phpgwGroup
 + again for group, remove all the fields exposed above
   (phpgwAccountStatus, phpgwAccountExpires, phpgwLastLogin,
   phpgwLastLoginFrom, and phpgwLastPasswordChange not used,
   simply).


> The contacts backend has changed also, it would be nice to know how well
> the contacts LDAP sync work for you.

Later, contacts are rarely used and ldap backaned are not a hard
request. ;)

-- 
dott. Marco Gaiarin                                 GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''                http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  gaio(at)sv.lnf.it             tel +39-0434-842711    fax +39-0434-842797

                        Informazione & Democrazia
  Dobbiamo tutti lavorare insieme per costruire un'alternativa concreta al
   monopolio informativo e ridare forza alla democrazia del nostro paese.

                     http://www.sosinformazione.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]