Bugs item #678323, was opened at 2003-01-31 14:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=678323&group_id=9368
Category: Packages >Group: Future Status: Open Resolution: None Priority: 5 Submitted By: Benoit des Ligneris (bligneri) Assigned to: Benoit des Ligneris (bligneri) Summary: Use getent instead of /etc/(passwd|group) Initial Comment: /etc/(passwd|group) is accessed directly inside the OSCAR glue (in particular for the openSSH configuration). However, it forbid any other authentification mechanism to work because the information for those account is not present in the files but elsewhere (LDAP, NIS(+), ...). We should use only the "getent" command. By using getent we will be able to support any authentification mechanism because the aggregation of data is made based on every authentification sources. ---------------------------------------------------------------------- Comment By: Benoit des Ligneris (bligneri) Date: 2003-02-15 15:42 Message: Logged In: YES user_id=179120 We have a LDAP version of the sync_users.opium that is working with LDAP. Have to be tested. Scheduled for inclusion after the 2.2 release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=678323&group_id=9368 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
