Displaying 7 results from an estimated 7 matches for "schmele".
Did you mean:
scheele
2002 Aug 01
0
RE: Solaris/Winbind Problems
No, I have not tried that. The problem is teaching all the users this. I
suppose the script I sent you for /usr/sbin/passwd could do this for them
instead of the moving stuff. It would make it safer--in that, it would help
avoid the problem where if a user cancels in mid-passwd-change the correct
file may not be put back in place (there are ways around this too, of
course). Thanks for the
2006 Mar 15
1
l7-filter
The shorewall work with l7-filter?
_____________________________________________________
Keny Hayakawa Schmeling
Diretor Comercial/Administravivo
Tel: 5566-1465
Fax: 5566-6541
http://www.optinfo.com.br
kenyhs@optinfo.com.br
_/_/_/ _/_/_/ _/_/_/ _/ _/ _/ _/_/_/ _/_/_/
_/ _/ _/ _/ _/ _/ _/_/ _/ _/ _/ _/
_/ _/
2002 Jul 02
1
Samba 2.2.5 on Solaris 8
Hi all,
i compiled Samba 2.2.5 with gcc on a Sunblade with Solaris 2.8. Last month i
compiled Samba 2.2.4 on the same machine without problems.
The following options i used:
./configure --with-winbind --with-pam --with-quotas
I got the following warnings:
Linking bin/wbinfo
Compiling nsswitch/winbindd.c
Compiling nsswitch/winbindd_user.c
Compiling nsswitch/winbindd_group.c
Compiling
2002 Aug 01
0
RE: Solaris/Winbind Problems
Hi,
if winbind or/and NIS is/are running and you want to change the password of
the local account, you can do this with:
/usr/bin/passwd -r files <Username>
So you don?t have to move the configuration files. Have you tried this?
Bernd Schmeling
> -----Original Message-----
> From: David Shapiro [mailto:david.shapiro@btitele.com]
> Sent: Wednesday, July 31, 2002 7:53 PM
>
2006 Mar 14
0
RES: Shorewall 2.2.3 logging on Debian 3.1
Edit file
vi /etc/init.d/klogd
In line
KLOGD=""
Change to
KLOGD="-c 5"
And restart klogd
/etc/init.d/klogd restart
_____________________________________________________
Keny Hayakawa Schmeling
Diretor Comercial/Administravivo
Tel: 5566-1465
Fax: 5566-6541
http://www.optinfo.com.br
kenyhs@optinfo.com.br
2002 Aug 15
1
Winbind in Samba 2.2.5 not automatically mapping the NT users with corresponding UNIX accounts
Have you tried in smb.conf
username map = /usr/local/samba/lib/domainuser.map
winbind use default domain = no
For every user you have to create an entry in the
/usr/local/samba/lib/domainuser.map, that looks like
<unixusername> = "<domainname>+<username>"
I?m using a script that generates the domainuser.map automaticly, because
our users are using NIS
2002 Jul 11
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun Forte 6-update 2 compilers
Hi,
two weeks before, i had the same warnings, but no fatal errors and i got the
following answer von Gerald Carter:
> These are const warnings. Ignore them for now.
> (not that we don't care about them, but you should be ok).
Your compiler wants to compile nsswitch/wb_common.c with -Kpic. On Solaris
it has to be compiled with the option -fPic. Normaly the make-script looks
for the