in reply to Re^3: Question about base64 encoded attributes with Net::LDAP::LDIF
in thread Question about base64 encoded attributes with Net::LDAP::LDIF
So here's a test entry. See that the userPassword is base64 encoded (noted with the two '::'). As an example, let's say my code is just interested in deleting the rutgersEduStatus attribute.
dn: uid=testing,ou=People,dc=rutgers,dc=edu objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetorgperson objectClass: rutgersEduPerson objectClass: eduPerson uid: testing givenName: Record sn: Testing cn: Record Testing eduPersonAffiliation: alum eduPersonAffiliation: member eduPersonAffiliation: student eduPersonPrimaryAffiliation: student eduPersonPrincipalName: testing@rutgers.edu employeeType: ALUMNI employeeType: STUDENT homePostalAddress: 433 W County Dr$Somerville, NJ 088763470 postalAddress: R U C S rutgersEduDateOfBirth: 1960-01-01 rutgersEduStatus: active uidNumber: 120001 userPassword:: e1NBU0x9dGVzdGluZ0BSVVRHRVJTLkVEVQ==
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Question about base64 encoded attributes with Net::LDAP::LDIF (updated!)
by haukex (Archbishop) on Jul 07, 2019 at 09:11 UTC | |
by steiner (Novice) on Jul 23, 2019 at 20:38 UTC |