dn: uid=preset,ou=Service Accounts,dc=blah
objectClass: top
objectClass: account
objectClass: applicationProcess
Enter LDAP Password:
adding new entry "uid=preset,ou=Service Accounts,dc=blah
ldap_add: Object class violation (65)
additional info: invalid structural object class chain (account/applicationProcess)
Sorry, I am LDAP padawan.
Though this does work as it's now in the LDAP server:
dn: uid=preset,ou=Service Accounts,dc=blah
objectClass: top
objectClass: account
objectClass: applicationProcess
objectClass: simpleSecurityObject
uid: preset
cn: preset
sn: preset
givenName: preset
title: Password Reset Account
description: Service Account For Resetting Passwords
I will then great this account the ability to write to all users in People OU. Any security concerns?