Re: sftp and umask

2004-11-09 Thread Matthias Eichler
Am Dienstag, den 09.11.2004, 03:16 -0500 schrieb Robert Storey: > Not sure if you can do exactly what you asked, but you could put the > following in a script and run it once a day on the necessary /home > directory: > find ./ -type d -exec chmod 775 {} \; > find ./ -type f -exec chmod 664 {} \

Re: libapache-auth-ldap with SSL not compiling

2004-11-09 Thread Matthias Eichler
> You don't need the Netscape SDK; auth_ldap supports TLS with the > OpenLDAP SDK, but it requires a patch. I don't know if that patch > has been applied to the Debian package or not. The patch itself > is available if you search the mailing list archives at > www.rudedog.org/auth_ldap. Ok, TLS is

sftp and umask

2004-11-08 Thread Matthias Eichler
) for sftp transfers automatically because I cant be sure that our "users" are doing the right stuff... Thanks, Matthias Eichler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

libapache-auth-ldap with SSL not compiling

2004-11-08 Thread Matthias Eichler
Dear List, I hope I am right with that: - for using apache ldap authentication with SSL i do have to use libapache-auth-ldap as libapache-mod-ldap does not support SSL at all - for using libapache-auth-ldap with SSL I have to recompile the source as the binary package does not support SSL/

logrotate and format of files

2004-11-05 Thread Matthias Eichler
Dear List, I am trying to use logrotate to rotate our logfiles on a multi-vhost-webserver. For usability, scriptability and so on we want to use the following formats: Now: _access.log Yesterday: _access_YYMMDD.log I read A LOT of docu, as well of logrotate and rotatelogs. Unfortunately logrota

Re: configuration of nsswitch.conf ignored by system

2004-08-24 Thread Matthias Eichler
Hi On Di, 2004-08-24 at 09:47 +0200, Thomas Hood wrote: > The Debian maintainers seem to regard it as a feature of glibc > rather than as a bug. [...] > They regard it as a feature, so the behavior probably will > not be changed. How can it be a feature when I make some configuration to nsswitch

Re: configuration of nsswitch.conf ignored by system

2004-08-24 Thread Matthias Eichler
Hi Thomas, On Mo, 2004-08-23 at 18:59 +0200, Thomas Hood wrote: > > I've the problem that on all debian systems (Woody, Sid) it > > seems that some configuration changes of the nsswitch.conf > > are ignored by the system. > See #160596 and those merged with it. As I am not the "over-geek" I have

configuration of nsswitch.conf ignored by system

2004-08-23 Thread Matthias Eichler
Dear DebUsers, I've the problem that on all debian systems (Woody, Sid) it seems that some configuration changes of the nsswitch.conf are ignored by the system. We've a lot of Laptop systems that should resolve the groups also from LDAP - but only as long as they are in our company network. As so