Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        entrance_auth.c 


Log Message:
- Entrance should use its own pam file.
- Start/stop script will be installed to $sysconfdir/init.d

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_auth.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- entrance_auth.c     21 Oct 2003 22:36:06 -0000      1.6
+++ entrance_auth.c     21 Oct 2003 23:50:56 -0000      1.7
@@ -109,16 +109,9 @@
    e->pam.conv.appdata_ptr = e;
    e->pam.handle = NULL;
 
+   /* We'll use our own pam file */
    if ((pamerr =
-        /* NB NB NB: if we use "entrance" as the unique pam auth type */
-        /* you need to make a new file in /etc/pam.d of that same name */
-        /* (ie entrance). you can quickly do this by: */
-        /* */
-        /* cd /etc/pam.d */
-        /* cp xdm entrance */
-        /* */
-        /* but for ease of use we masquerade as xdm */
-        pam_start("xdm", e->user, &(e->pam.conv),
+        pam_start("entrance", e->user, &(e->pam.conv),
                   &(e->pam.handle))) != PAM_SUCCESS)
    {
       syslog(LOG_CRIT, "PAM: %s.", pam_strerror(e->pam.handle, pamerr));




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to