search for: selft

Displaying 6 results from an estimated 6 matches for "selft".

Did you mean: self
2019 Jan 21
2
force re-authentication when accessing different shares
...t; ------- ... valid users = %S path = /data/samba/%S ... -------- 8< ------- if in the next step i want to access /data/samba/username_b, samba should know that the client which is connecting has not been authenticated for accessing this different share, and should require authentication. the selft written nss source (/etc/nsswitch.conf, additional source for database 'passwd') installs a handler for getpwnam_r() and returns a passwd struct. i am confident that the module is not the culprit for this issue as the password(hash) needs to be checked by smbpasswd backend anyway. thx in a...
2019 Jan 21
3
force re-authentication when accessing different shares
...client which is connecting has not been > > authenticated for accessing this different share, and should require > > authentication. > > If you are connecting from a Windows computer that already has a > connection open, it will use that connection. > > > > > the selft written nss source (/etc/nsswitch.conf, additional source > > for database 'passwd') installs a handler for getpwnam_r() and returns > > a passwd struct. i am confident that the module is not the culprit > > for this issue as the password(hash) needs to be checked by smbpa...
2004 Jul 16
3
interpreting profiling output
I have some trouble interpreting the output from profiling. I have read the help pages Rprof, summaryRprof and consult the R extensions manual, but I still have problems understanding the output. Basically the output consist of self.time and total.time. I have the understanding that total.time is the time spent in a given function including any subcalls or child functions or whatever the
2019 Jan 21
0
force re-authentication when accessing different shares
...e_b, samba > should know that the client which is connecting has not been > authenticated for accessing this different share, and should require > authentication. If you are connecting from a Windows computer that already has a connection open, it will use that connection. > > the selft written nss source (/etc/nsswitch.conf, additional source > for database 'passwd') installs a handler for getpwnam_r() and returns > a passwd struct. i am confident that the module is not the culprit > for this issue as the password(hash) needs to be checked by smbpasswd > backe...
2019 Jan 21
0
force re-authentication when accessing different shares
...as not been >>> authenticated for accessing this different share, and should require >>> authentication. >> >> If you are connecting from a Windows computer that already has a >> connection open, it will use that connection. >> >>> >>> the selft written nss source (/etc/nsswitch.conf, additional source >>> for database 'passwd') installs a handler for getpwnam_r() and returns >>> a passwd struct. i am confident that the module is not the culprit >>> for this issue as the password(hash) needs to be checked...
2019 Jan 18
3
force re-authentication when accessing different shares
hi all! using samba 4.9 to export directories for 'virtual' users, i.e. users which have distinct homedirectories and distinct smbpasswd entries under a writeable /data partition. to prevent the need to create /etc/passwd useraccounts (on read-only /), a self written libnss modul acts as a source. the lib only checks if the homedirectory exists, returns a fake passwd struct, and finally