How do I allow a user to edit their own info with Directory app?

How do I allow users to modify their own user information in the Directory app? I'm able to do it if I give them full admin capabilities in WGM, but I don't want them to have that. There is a "limited" administration option, but that seems to only allow me to add others to the users they can manage. Is there a place where I can select, say, 40 users, and check "Allow to edit user directory info"?

Lotsa stuff, but usually an Intel iMac or a MacBook, Mac OS X (10.5.6), Step away from the computer.

Posted on Feb 2, 2009 5:55 PM

Reply
4 replies

Feb 3, 2009 6:11 AM in response to Brewster B

How comfortable are you with openldap ACLs?

I'm doing the same thing to delegate access to techs to administer their own container in open directory. These acls are stored in openldap itself under olcDatabase={1}bdb,cn=config. Here's a sample ldif:

version: 1

# LDIF Export for: olcDatabase={1}bdb,cn=config
# Generated by phpLDAPadmin ( http://phpldapadmin.sourceforge.net/ ) on February 3, 2009 2:04 pm
# Server: (my.opendir.com)
# Search Scope: base
# Search Filter: (objectClass=*)
# Total Entries: 1

dn: olcDatabase={1}bdb,cn=config
objectClass: olcDatabaseConfig
objectClass: olcBdbConfig
olcDatabase: {1}bdb
olcSuffix: dc=my,dc=domain,dc=com
olcAccess: {0}to dn.subtree="ou=somecontainer,dc=my,dc=domain,dc=com" by dn="u
id=someuser,cn=users,dc=my,dc=domain,dc=ca" write by dn="uid=diradmin,c
n=users,dc=my,dc=domain,dc=com" write by * read

so this user logs into WGM and can edit any info he has access to but can only read everything else.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do I allow a user to edit their own info with Directory app?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.