search for: fstrcpi

Displaying 20 results from an estimated 28 matches for "fstrcpi".

Did you mean: fstrcpy
1998 Apr 23
0
string overflow by 37 in fstrcpy
Hi folks, I got the most interesting error in my logs. Anyone care to enlighten me what ERROR: string overflow by 37 in fstrcpy means. as well is there anyway to make samba log to syslog log facility? I'd like to redirect my samba server's logs to a central logging facility and cannot b/c of the local log storage. any ideas?? -sv
2004 Jul 06
3
bug in parsing the 'username map' in 3.0.5pre1
Hi Jerry et al, the parsing of the 'username map' file seems to be broken in 3.0.5pre1 and a few earlier releases. The '!' at the beginning of a line is ignored. Something like !lp = lp !chbeyer = chbeyer !guest = guest nobody = * doesn't work anymore :-( from the man page: [ snip ] If any line begins with an '!' then the processing will stop
1998 Jun 15
0
Username map issue with 1.9.18p8
Hi All, Sorry to be posting this :-(, but if you're using the 'username map' parameter with Samba 1.9.18p8, here's a small patch you may need. Without it the username map will work once per smbd and then refuse to map subsequent names. This isn't a big problem as normally, on a single user NT or 95 system, username map will only be called once per session (in the
2000 Jan 04
0
two-level getgrent bug in samba-2.0.6 (PATCH#11)
leon@eatworms.swmed.edu wrote: > > I ran into a bug in samba-2.0.6: an infinite loop caused by two-level > getgrent calls. validate_group, in the middle of a getgrent loop, may > indirectly call user_in_group_list, which resets getgrent. As a result, > validate_group never exits. The attached patch works around this. It's a > quick and dirty patch which I'm including
2002 Aug 10
1
Samba 2.2.x PDC code small corrections
There some small changes in Samba 2.2.x PDC code for fake groups "Domain Admins/Users/Guests" to work. There also found bug in source/rpc_server/srv_samr_nt.c @@ -227,7 +227,7 @@ static_map[0].gid = (gid_t)-1; sid_copy(&static_map[0].sid, &global_sam_sid); - sid_append_rid(&static_map[1].sid, DOMAIN_GROUP_RID_ADMINS); + sid_append_rid(&static_map[0].sid,
2003 May 09
2
patch for 2.2 to correctly detect WinXP and Win2K2 client arch types
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tom, Try this patch. I lost your original message but this should fix the problem with 'logon path = \\%L\profile\%U\%a' confusing WinXP with Win2K. cheers, jerry ---------------------------------------------------------------------- Hewlett-Packard ------------------------- http://www.hp.com SAMBA Team
2002 Nov 08
4
How to Refresh jobs in samba queues ??
Hi all, I have working properly a print server with samba-2.2.6 and using the printing system lprng. I have just the following problem, when I open the window queue to see the jobs in it from Win2K and WinNT workstation the queues are not refreshing, I have to push F5 key continously to refresh the queue jobs information. Is there a way in samba or windows (I don't know where is the
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
Hi all ! This is a patch for Group mapping bug #1 reported here : http://lists.samba.org/archive/samba-technical/2004-January/034057.html It activates users' primary group SID update when adding/modifying/deleting a group mapping. It patches utils/net_groupmap.c (net_groupmap_add, net_groupmap_modify, net_groupmap_delete) and can be applied to samba-3.0.2rc1. net_groupmap_add : Scan users
2004 May 26
2
duplicate domains in browse list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i recently upgraded some of my servers from 3.0.2a to 3.0.4 after the upgrade my browselist shows duplicate entries for the domains. one domains is managed by a samba PDC(providing WINS too) and two samba BDC's. the other domains are managed by one samba PDC. 'smbclient -N -L <WINS_SERVER>' shows: - --- Workgroup
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers. I just upgraded to samba-3.0.23 and I've noticed an alarming issue with respect to my configuration. I've been using the built-in keytab management and it looks like the updated code no longer creates the userPrincipal in Active Directory. Whether this is an issue for others or not, it would be nice to have
2019 Feb 22
0
winbind causing huge timeouts/delays since 4.8
Am 22.02.19 um 17:02 schrieb Rowland Penny via samba: > If you do have 'files sss winbind' in /etc/nsswitch.conf' and sssd > is running, then it is highly likely that even if winbind is running, > it will not be used. You also shouldn't use winbind on the shadow line > and you shouldn't run winbind and sssd together, sssd has its own > version of one of the
2000 Feb 18
0
Different Domain Login.
Well, I haven't received anything from the LIST as far as replys yet.. but I went through the source code and added what I needed. If you know which list is better to submit these changes to let me know. I added a option in the smb.conf: Default Authenticaion Domain What it does is if you have that option specified, it will do a comparision to see if the Domain specified by the user is the
2000 Feb 18
0
Different Domain Login. UPDATED
UPDATED: Sorry, I didn't specify, my diffs are based off the samba-2.0.6.tar.gz (end of update) ---- Well, I haven't received anything from the LIST as far as replys yet.. but I went through the source code and added what I needed. If you know which list is better to submit these changes to let me know. I added a option in the smb.conf: Default Authenticaion Domain What it does is if
2003 Feb 21
1
PATCH: downloading drivers from Solaris [was Re: So SAMBA no longer ...]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 31 Jan 2003, Robert M. Martel wrote: > I've followed the steps as listed in the manual. Log onto a > windows 2000 client as a user listed as a printer admin. Load the > printer driver and make the changes to reflect installed options on the > printer. Just as listed in section 6.2.2 of the "how-to" manual >
2019 Feb 22
6
winbind causing huge timeouts/delays since 4.8
On Fri, 22 Feb 2019 16:40:46 +0100 Alexander Spannagel via samba <samba at lists.samba.org> wrote: > Am 22.02.19 um 15:42 schrieb Rowland Penny via samba: > > On Fri, 22 Feb 2019 15:35:53 +0100 > > Ralph Böhme via samba <samba at lists.samba.org> wrote: > > > >> Hi, > >> > >> On Fri, Feb 22, 2019 at 01:59:15PM +0100, Alexander Spannagel
2018 Jun 21
0
[Announce] Samba 4.7.8 Available for Download
========================================================= "Patience is bitter, but its fruit is sweet." Jean-Jacques Rousseau ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.7 release series. Changes since 4.7.7: -------------------- o Jeremy Allison <jra at
2018 Jun 21
0
[Samba] [Announce] Samba 4.7.8 Available for Download
========================================================= "Patience is bitter, but its fruit is sweet." Jean-Jacques Rousseau ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.7 release series. Changes since 4.7.7: -------------------- o Jeremy Allison <jra at
2019 Feb 22
1
winbind causing huge timeouts/delays since 4.8
On Fri, 22 Feb 2019 22:40:38 +0100 Alexander Spannagel via samba <samba at lists.samba.org> wrote: > Am 22.02.19 um 17:02 schrieb Rowland Penny via samba: > > If you do have 'files sss winbind' in /etc/nsswitch.conf' and sssd > > is running, then it is highly likely that even if winbind is > > running, it will not be used. You also shouldn't use winbind
1999 Sep 21
0
FW: Kerberos 5 with Samba, Can you help?
fyi. ------------------------------------------------------------ Nathan Neulinger EMail: nneul@umr.edu University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 -----Original Message----- From: Richard Kandarian [mailto:richard.kandarian@lanl.gov] Sent: Monday, September 20, 1999 2:11 PM To: Nathan
2008 Oct 22
1
BUG: Bad passwords from Vampire / NT migration
> 3. The only evidence of any problem from the vampire command is the > events logged on the PDC, and the invalid passwords. I tried > deleting the trust account on the PDC and rejoining several times, > with Samba on, off, and nmbd on and off. The result is always the > same. The bad password hashes are always the same for each account. > If I change a password on the PDC