Displaying 2 results from an estimated 2 matches for "nt_token".
Did you mean:
c_token
2002 Sep 26
0
Samba-3.0alpha20 released
...- added a generic print_guid utility, and get the byte order handing
- fixed memory corruption in cli_full_connection()
- remove unused 'max packet' and 'packet size' options
- add support for the "value,OID" format described in MSDN for Printer
Data values
- moves NT_TOKEN generation into our authentication code
- Update documentation build system
- Several fixes for IRIX compiler
- Correctly handle "max data count" value in smb transacts
- Fix for permissions error when adding/modifying using a Print
server handle
- Fix pam_smbpass to always check...
2003 Sep 16
4
smbldap.c
Hi !
I was just wondering if that piece of code was important (for security
and such), because I had to comment it in smbldap.c before compiling
samba-3.0; otherwise, I would have errors like:
"(Insufficient access)smbldap_open: cannot access LDAP when not root"
#ifndef NO_LDAP_SECURITY
if (geteuid() != 0) {
DEBUG(0, ("smbldap_open: cannot access LDAP