Hi,
I'm trying to parse with the Net::LDAP::Schema module the following file and I can't retrieve all the attributes and objectclasses in this file with the all_attributes function for example.
dn: cn=Login Server (portal30_sso) cn: Login Server (portal30_sso) description: Central Authentication Authority objectClass: top objectClass: applicationProcess
Hi,
That is not a schema file, it's an LDIF file full of objects. You can try to parse that file with Net::LDAP::LDIF.
May I ask from which type of LDAP server you exported that file?
BR, -- mike