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: None Status: Open Resolution: None Priority: 5 Submitted By: Benoit des Ligneris (bligneri) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- 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: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
