Re: LDAP and xscreensaver

2007-04-26 Thread Vulpes Velox
On Thu, 26 Apr 2007 11:21:46 -0400
Lowell Gilbert <[EMAIL PROTECTED]> wrote:

> Vulpes Velox <[EMAIL PROTECTED]> writes:
> 
> > xscreensaver: couldn't get password of "kitsune"
> > xscreensaver: 13:54:14: locking is disabled (error getting
> > password). xscreensaver: 13:54:14: does xscreensaver need to be
> > setuid?  consult the manual.
> >
> > Is what I am getting on the console when I run it. It is setuid.
> > The passwords and userinfo is stored in LDAP.
> 
> I haven't used LDAP for passwords, so I can't test this, but my
> guess would be that you are missing a pam configuration for
> xscreensaver. Something like "auth sufficient pam_ldap.so", perhaps?

Yeah, it is there. I did get curious and checked the make file...

CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \
--with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \
--with-configdir=${PREFIX}/share/xscreensaver/config/ \
--with-jpeg=${LOCALBASE} --without-gnome --without-kerberos \
--without-motif --mandir=${PREFIX}/man

It looks like that is the issue right there. Just removed --without-pam
and am seeing what happens now.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: LDAP and xscreensaver

2007-04-26 Thread Vulpes Velox
On Thu, 26 Apr 2007 11:21:46 -0400
Lowell Gilbert <[EMAIL PROTECTED]> wrote:

> Vulpes Velox <[EMAIL PROTECTED]> writes:
> 
> > xscreensaver: couldn't get password of "kitsune"
> > xscreensaver: 13:54:14: locking is disabled (error getting
> > password). xscreensaver: 13:54:14: does xscreensaver need to be
> > setuid?  consult the manual.
> >
> > Is what I am getting on the console when I run it. It is setuid.
> > The passwords and userinfo is stored in LDAP.
> 
> I haven't used LDAP for passwords, so I can't test this, but my
> guess would be that you are missing a pam configuration for
> xscreensaver. Something like "auth sufficient pam_ldap.so", perhaps?

Just submitted a patch for this... it is currently compiled without
LDAP support.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: LDAP and xscreensaver

2007-04-26 Thread Lowell Gilbert
Vulpes Velox <[EMAIL PROTECTED]> writes:

> xscreensaver: couldn't get password of "kitsune"
> xscreensaver: 13:54:14: locking is disabled (error getting password).
> xscreensaver: 13:54:14: does xscreensaver need to be setuid?  consult
> the manual.
>
> Is what I am getting on the console when I run it. It is setuid. The
> passwords and userinfo is stored in LDAP.

I haven't used LDAP for passwords, so I can't test this, but my guess
would be that you are missing a pam configuration for xscreensaver.
Something like "auth sufficient pam_ldap.so", perhaps?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


LDAP and xscreensaver

2007-04-25 Thread Vulpes Velox
xscreensaver: couldn't get password of "kitsune"
xscreensaver: 13:54:14: locking is disabled (error getting password).
xscreensaver: 13:54:14: does xscreensaver need to be setuid?  consult
the manual.

Is what I am getting on the console when I run it. It is setuid. The
passwords and userinfo is stored in LDAP.

Any ideas?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"