search for: tightend

Displaying 3 results from an estimated 3 matches for "tightend".

Did you mean: tighten
2019 Jul 05
3
smb.conf realm parameter
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland penny via samba > Verzonden: vrijdag 5 juli 2019 15:44 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] smb.conf realm parameter > > On 05/07/2019 14:31, L.P.H. van Belle via samba wrote: > > Rowland, > > > > Do you know is samba is changing
2019 Jul 05
0
smb.conf realm parameter
...a very long lived bug ;-) > > For as long as I have used Samba, testparm has done this and has also > always worked correctly. > > Rowland > Ow, i expect that there are more of these "mini" bug that are long there. Im just mentioning it because since everything is tightend up ( security wise ) so if you setup (more) correctly, then these small things are the way to avoid possible problems. That said and that things "always" worked correctly "for you", might result differently in a big complex network. Im pro.. "Setup as it should"....
2007 Oct 01
2
Logging logins with preexec and Samba/LDAP
Hi all, I had the following line in my smb.conf with which to log access to the home share when users logged in: preexec = /bin/echo \"%u logged in to %m at %T\" >> /var/log/samba/logons.log Since updating to LDAP however, it's stopped working and I suspect that smbldap cant handle the % substitutions for user, machine and time. Has anyone else run into this problem? If