Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101607 - enewuser/enewgroup should add users into ldap
Summary: enewuser/enewgroup should add users into ldap
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL: http://www.gentoo.org/proj/en/glep/gl...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-06 21:28 UTC by trbecker
Modified: 2005-08-07 08:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description trbecker 2005-08-06 21:28:23 UTC
Both helper functions should install its new users and groups into ldap, if the
current installation uses it to authenticate users. 

Some ways I figured out to make this possible:
1) write scripts that checks which way of authentication is used, and performs
user/group creation, and other actions related the user/group management. This
doesn't look too hard to do, and can be used further by system administrators to
create/modify user/group accounts. A file could handle the needed configurations
for this scripts.
2) have a variable set into make.conf that tells portage to include users into
ldap (maybe this variable should acctually point which authetication systems
portage should include). Another variables should manage binddn/password/suffix
for user/group creation. The drawback is that user management must be made by
sysadmins by hand inside ldap server.

The advantages of this are less need for management in systems, and maybe more
ease in user administration of a gentoo system.
Comment 1 SpanKY gentoo-dev 2005-08-07 00:50:48 UTC
enew{user,group} simply uses {user,group}add

that means you make {user,group}add ldap aware, not the enew{user,group} functions
Comment 2 Alec Warner (RETIRED) archtester gentoo-dev Security 2005-08-07 08:22:38 UTC
Is that your plan for all of glep 27 ( nis, ldap, etc ) ?