RE: Debian and LDAP

2003-03-16 Thread nate
Jeremy Gaddis said: > Well, don't really have the time right now, but I may attempt > to do so in the future. I assume permission granted from the > author? :) > not sure if your being sarcastic or not, but just incase your not. Since I am the author..yes you have permission! :/ though I'd app

RE: Debian and LDAP

2003-03-16 Thread Jeremy Gaddis
<[EMAIL PROTECTED]> <http://www.gaddis.org> > -Original Message- > From: Aaron Isotton [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 16, 2003 8:37 AM > To: Jeremy Gaddis > Cc: [EMAIL PROTECTED] > Subject: RE: Debian and LDAP > > > > On

RE: Debian and LDAP

2003-03-16 Thread Jeremy Gaddis
> -Original Message- > From: nate [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 15, 2003 11:21 PM > To: [EMAIL PROTECTED] > Subject: RE: Debian and LDAP > > It'd sure be nice if this were available as one big file suitable > > for printing though

RE: Debian and LDAP

2003-03-16 Thread Aaron Isotton
On Sun, 2003-03-16 at 03:09, Jeremy Gaddis wrote: > I've attached two Perl scripts which may or may not > come through. One is the LDAP-aware version of > useradd, the other the LDAP-aware version of passwd. > If they don't come through, let me know and I'll > send them privately. > > You don't

RE: Debian and LDAP

2003-03-15 Thread nate
Jeremy Gaddis said: > Nice work Nate. > > It'd sure be nice if this were available as one big file suitable > for printing though (e.g. plain text or PDF). *hint* :) > I used to.. but it was hard to maintain. With Zope+Zwiki I have a lot more control(integrated versioning system, search engine

RE: Debian and LDAP

2003-03-15 Thread Jeremy Gaddis
> -Original Message- > From: nate [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 15, 2003 10:09 AM > To: [EMAIL PROTECTED] > Subject: Re: Debian and LDAP > this should work for your needs: > http://howto.aphroland.de/HOWTO/LDAP/ConfiguringHostBasedAccessWith

RE: Debian and LDAP

2003-03-15 Thread Jeremy Gaddis
ded under this, "member: username", IIRC. HTH. j. -- Jeremy L. Gaddis <[EMAIL PROTECTED]> <http://www.gaddis.org> > -Original Message- > From: Aaron Isotton [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 15, 2003 3:12 AM > To: [EMAIL PROTECT

Re: Debian and LDAP

2003-03-15 Thread ronin2
On 15 Mar 2003 09:11:46 +0100 Aaron Isotton <[EMAIL PROTECTED]> wrote: > - Using useradd etc every user has also his own group. Do I *really* > have to create all of them by hand? That's because /etc/adduser.conf says to do it that way. You can change this if you want all users to belong to the

Re: Debian and LDAP

2003-03-15 Thread nate
Aaron Isotton said: > > - How can I manage the accounts in a sensible way? useradd and the like > seem not to use PAM, so I can't use them; until now I've used > directory-administrator and gq to manage the accounts, but I have a strong > dislike for GUI programs for such tasks. I know I can use

Debian and LDAP

2003-03-15 Thread Aaron Isotton
Hi, I'm setting up a Debian machine with LDAP authentication (the LDAP Server runs on the Debian machine, and should be used for authentication both locally and on remote machines, but that's not the problem). The LDAP Server runs fine, and both local and remote users can authenticate from it.