search for: pstring_sub

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

Did you mean: string_sub
2003 Mar 22
1
Desperate! passwd sync problem...please help!
Hello, I am running Samba 2.2.3a-6 on a Debian(testing) machine. It is running as a PDC for 15 Win2K(SP2/3) systems. Everything runs beautifully except the users cannot change their passwds. When a user CTRL-ALT-DEL and change passwd they ultimately get a messages stating that the old passwd is incorrect.... If I log into a shell as a user on the system and invoke smbpasswd, It goes through all
2003 Jan 16
1
RE: How do I get the @#$$% job name to show instead of smbprn.yad a.yada?
> -----Original Message----- > From: Joel Hammer [mailto:Joel@HammersHome.com] > Sent: Wednesday, January 15, 2003 6:57 PM > To: Van Sickler, Jim; samba@lists.samba.org > Subject: Re: [Samba] How do I get the @#$$% job name to show > instead of > smbprn.yada.ya da? > > > If the file name is right in /tmp/J, then it looks like samba > is working ok. > > I
2003 Dec 01
0
No subject
...et_name; pstring remark; uint32 type; - pstrcpy(net_name, lp_servicename(snum)); + strncpy(service, lp_servicename(snum), + (get_remote_arch() == RA_WIN2K) ? 127 : 12); + pstrcpy(net_name, service); pstrcpy(remark, lp_comment(snum)); - pstring_sub(remark,"%S",lp_servicename(snum)); + pstring_sub(remark,"%S", service); len_net_name = strlen(net_name); /* work out the share type */ ----- Cut Here ----- ----- TAKAHASHI Motonobu mailto:monyo@samba.gr.jp Samba Users Group Japan...