search for: global_myworkgroup

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

2001 Apr 20
0
Fudging domain support - samba 2.2.0
...ret = domain_client_validate(orig_user, domain, smb_apasswd, smb_apasslen, --- 616,625 ---- if(lp_security() != SEC_DOMAIN) return False; ! if (!check_domain_match(orig_user, domain)) { ! DEBUG(0,("Domain %s remapped to %s\n",domain,global_myworkgroup)); ! domain = global_myworkgroup; ! } ret = domain_client_validate(orig_user, domain, smb_apasswd, smb_apasslen, *************** *** 927,932 **** --- 929,938 ---- * security=domain. */ + + DEBUG(0,("Domain %s remapped to %s\n&qu...
2003 Jun 11
2
Setting Separate File server from Samba PDC
I'm aim to set up a file server that is separate from my SAMBA PDC. I've had no problem setting file server up, and joining it to he domain using smbpasswd. Can I use winbind with a SAMBA PDC or is it meant only for Windows NT servers. When creating shares on this file server, I need to allow permissions to various groups and or users. How can I do this. Do I need to set up NIS? Thank
2003 Apr 13
1
disabling version number
Hi there, is there any possibility of disabling Samba's version number output (e.g. with smbclient) without having to manually edit it in the source code? I don't want anyone to see my Samba's version number... Thanks Florian
2001 Dec 12
1
MacOS X Server samba diffs
...diff -u -r1.5 -r1.1.1.2 --- password.c 2001/09/09 08:21:54 1.5 +++ password.c 2001/07/16 22:28:11 1.1.1.2 @@ -611,13 +611,9 @@ return False; } -#ifdef DIRECTORY_SERVICE_X - ret = pass_check_directoryservice(user, challenge, password); -#else ret = pass_check_smb(user, global_myworkgroup, challenge, (uchar *)password, (uchar *)password, pwd); -#endif /* * Try with PAM (may not be compiled in - returns True if not. JRA). * FIXME ! Should this be called if we're using winbindd ? What about @@ -1656,216 +1652,3 @@ cli_shutdown(&cli...
2003 Dec 01
0
No subject
...ts: "smbd/password.c:domain_client_validate(1572) domain_client_validate: could not fetch trust account password for domain DOMAIN" If you check "smbd/password.c" (line 1572): DEBUG(0, ("domain_client_validate: could not fetch trust account password for domain %s\n", global_myworkgroup)); The error message should have the DOMAIN at the end. It seams that for another reason I do not have global_myworkgroup set to my DOMAIN. I fetched the whole HEAD cvs tree again (7/24/2001 3:45 PM), and now it does not compile: Compiling nsswitch/winbindd_glue.c nsswitch/winbindd_glue.c:443: c...
2003 Dec 01
0
No subject
...-syslog Client: same machine. Problem: When attempting to use winbind to logon to the local machine authentication fails, saying: "domain_client_validate: could not fetch trust account password for domain" Checking the source smbd/password.c:domain_client_validate(1554) the contents of global_myworkgroup are supposed to follow the word domain in the above error message. If I apply the patch below: -----<---------- --- password.c-orig Mon Sep 10 17:26:52 2001 +++ password.c Mon Sep 10 17:27:10 2001 @@ -1549,9 +1549,9 @@ /* * Get the machine account password for our primary domain...