Is there a way to modify what attributes a new user has when creating them? I know that the Object Class for account is read only, but there are several attributes we would like to make happen when creating an account rather than going back in and editing them.
Jared B. Griffith wrote:
Is there a way to modify what attributes a new user has when creating them?
You mean, when creating new users in the Console? No, there is no easy way have additional UI elements for additional schema elements. You'd have to hack/write some Java code to do this.
I know that the Object Class for account is read only, but there are several attributes we would like to make happen when creating an account rather than going back in and editing them.
For large numbers of user entry additions, you should consider building your own LDIF file and importing, or script it using perl Net::LDAP or python-ldap.
--
- Thank you,
- Jared B. Griffith
- Farheap Solutions, Inc.
- Lead Systems Administrator
- California IT Department
- Email - jared.griffith@farheap.com
- Phone - 949.417.1500 ext. 266
- Cell Phone - 949.910.6542
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
Thanks. We are making our own PHP web app to handle this since not everyone wants to deal with the console.
----- Original Message ----- From: "Richard Megginson" rmeggins@redhat.com To: "Jared B. Griffith" jared.griffith@farheap.com, "General discussion list for the Fedora Directory server project." fedora-directory-users@redhat.com Sent: Tuesday, November 27, 2007 6:16:01 AM (GMT-0800) America/Los_Angeles Subject: Re: [Fedora-directory-users] Adding New Users
Jared B. Griffith wrote:
Is there a way to modify what attributes a new user has when creating them?
You mean, when creating new users in the Console? No, there is no easy way have additional UI elements for additional schema elements. You'd have to hack/write some Java code to do this.
I know that the Object Class for account is read only, but there are several attributes we would like to make happen when creating an account rather than going back in and editing them.
For large numbers of user entry additions, you should consider building your own LDIF file and importing, or script it using perl Net::LDAP or python-ldap.
--
- Thank you,
- Jared B. Griffith
- Farheap Solutions, Inc.
- Lead Systems Administrator
- California IT Department
- Email - jared.griffith@farheap.com
- Phone - 949.417.1500 ext. 266
- Cell Phone - 949.910.6542
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
389-users@lists.fedoraproject.org