How to import nrfAssignedRoles and nrfMemberOf using LDIF?
Hi guys,
For project reasons I´m having to import into user objects three attributes related to IDM Roles, objectClass nrfIdentity e nrfAssignedRoles and nrfMemberOf attribute values. I´m getting Constraint Violation erro, which I assume is related to the values I´m using for each attribute. The objectClass attribute is working fine, I tried to import each attribute alone and I got the same error with nrfAssignedRoles and nrfMemberOf attributes. I´m placing bellow the LDIF file I´m using.
dn: cn=USER1,ou=USERS,o=NOVELL
changetype: modify
add: objectClass
objectClass: nrfIdentity
-
add: nrfAssignedRoles
nrfAssignedRoles: cn=g_coordenadores_ti,cn=APPL1,cn=Level10,cn=RoleD efs,cn=RoleConfig,cn=AppConfig,cn=UserApplication, cn=DriverSet,ou=IDM,ou=SERVICES,o=NOVELL#0#<assign ment><start_tm>20090507221322Z</start_tm><req>cn=admin,o=NOVELL</req><req_desc>Associacao de perfil manual - carga inicial</req_desc></assignment>
nrfAssignedRoles: cn=g_gesis_coordenador,cn=APPL1,cn=Level10,cn=Role Defs,cn=RoleConfig,cn=AppConfig,cn=UserApplication ,cn=DriverSet,ou=IDM,ou=SERVICES,o=NOVELL#0#<assig nment><start_tm>20090507221322Z</start_tm><req>cn=admin,o=NOVELL</req><req_desc>Associacao de perfil manual - carga inicial</req_desc></assignment>
nrfAssignedRoles: cn=g_publico,cn=APPL1,cn=Level10,cn=RoleDefs,cn=Ro leConfig,cn=AppConfig,cn=UserApplication,cn=Driver Set,ou=IDM,ou=SERVICES,o=NOVELL#0#<assignment><sta rt_tm>20090507221322Z</start_tm><req>cn=admin,o=NOVELL</req><req_desc>Associacao de perfil manual - carga inicial</req_desc></assignment>
nrfAssignedRoles: cn=g_secre,cn=APPL1,cn=Level10,cn=RoleDefs,cn=Role Config,cn=AppConfig,cn=UserApplication,cn=DriverSe t,ou=IDM,ou=SERVICES,o=NOVELL#0#<assignment><start _tm>20090507221322Z</start_tm><req>cn=admin,o=NOVELL</req><req_desc>Associacao de perfil manual - carga inicial</req_desc></assignment>
-
add: nrfMemberOf
nrfMemberOf: cn=g_coordenadores_ti,cn=APPL1,cn=Level10,cn=RoleD efs,cn=RoleConfig,cn=AppConfig,cn=UserApplication, cn=DriverSet,ou=IDM,ou=SERVICES,o=NOVELL
nrfMemberOf: cn=g_gesis_coordenador,cn=APPL1,cn=Level10,cn=Role Defs,cn=RoleConfig,cn=AppConfig,cn=UserApplication ,cn=DriverSet,ou=IDM,ou=SERVICES,o=NOVELL
nrfMemberOf: cn=g_publico,cn=APPL1,cn=Level10,cn=RoleDefs,cn=Ro leConfig,cn=AppConfig,cn=UserApplication,cn=Driver Set,ou=IDM,ou=SERVICES,o=NOVELL
nrfMemberOf: cn=g_secre,cn=APPL1,cn=Level10,cn=RoleDefs,cn=Role Config,cn=AppConfig,cn=UserApplication,cn=DriverSe t,ou=IDM,ou=SERVICES,o=NOVELL
Any help is welcomed. Thanks.
Gustavo
|