Hi all,
well, i am about to plan for the migration from an email server which support different userID and email address i.e.
a.b@domain.com and user ID is ab.
So how can i modify my zimbra LDAP's schema i.e. inetOrganization.
###########
Plus, I want to add an attribute in my zimbra ldap, i.e. when ever a user will be created an unique value will be assigned to it for every user.So,how can I add this attribute in my schema file.
following can be an hint
#####################################
ldapmodify -D <admindn> -w <adminpw> -i myschema.ldif
where the myschema.ldif file contains:
dn: cn=schema
changetype: modify
add: attributetypes
attributetypes: ( myAttribute-oid NAME ( 'myAttribute' )
DESC 'An attribute I defined for my LDAP application'
EQUALITY 2.5.13.2 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
USAGE userApplications )
-
add: ibmattributetypes
ibmattributetypes: ( myAttribute-oid DBNAME ( 'myAttrTable' 'myAttrColumn' )
ACCESS-CLASS normal LENGTH 200 )
#####################################
Regards
Adeel