[turba] LDAP and groups

eculp@encontacto.net eculp@encontacto.net
Tue Nov 26 14:21:50 2002


Quoting Chuck Hagenbuch <chuck@horde.org>:

 | Quoting alois blasbichler <alois.blasbichler@sb-brixen.it>:
 | 
 | > where can i change this entry ?
 | > in horde.schema ? but there i dont have a "turbaObjectType"-entry
 | 
 | It was in the mail I sent to the list, which Edwin was replying to. If you
 | don't have this entry, you don't have this problem.
 | 

Alois,

You would need to add the two attributes to your schema and also add them
to the hordPerson object class.  You would end up with something similar
to the following last lines from my horde.schema. 

attributetype ( 1.3.6.1.4.1.13040.1.2.4.502
        NAME 'turbaObjectType'
        EQUALITY caseIgnoreMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
        
attributetype ( 1.3.6.1.4.1.13040.1.2.4.503
        NAME 'turbaObjectMembers'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )

objectclass ( 1.3.6.1.4.1.13040.1.2.4.1001
        NAME 'hordePerson'
        DESC 'Horde Preferences'
        SUP person
        MAY ( mail $ hordePrefs $  impPrefs $  turbaPrefs $ 
                gollemPrefs $  nicPrefs $  ingoPrefs $ 
                samPrefs $  kronolithPrefs $  choraPrefs $ 
                whupsPrefs $  mnemoPrefs $  nagPrefs $ 
                treanPrefs $  klutzPrefs $  hermesPrefs $ 
                junoPrefs $  accountsPrefs $  forwardsPrefs $ 
                passwdPrefs $  vacationPrefs $ pgppublickey $
                turbaObjectType $ turbaObjectMembers 
        ) )

Good luck,

ed


-- 


-------------------------------------------------



More information about the turba mailing list