Displaying 5 results from an estimated 5 matches for "all_string_sub".
2002 Jul 17
1
spools: Probem with W2k/DJ1120/Word97-2000
...erver
(8) opened MS-Word 97, File->Print, selected the DJ1120
queue (swwtintea3) and the error mentioned above apeared
(9) there are no problems (so far) with other applications
even the paper-size is set correctly
but I sometimes see log-messages like:
[2002/07/18 03:43:14, 0] lib/util_str.c:all_string_sub(1250)
ERROR: string overflow by 0 in all_string_sub((, 79)
[2002/07/18 03:43:14, 0] lib/util_str.c:all_string_sub(1250)
ERROR: string overflow by 0 in all_string_sub(), 79)
[2002/07/18 03:43:14, 2] rpc_server/srv_spoolss_nt.c:srv_spoolss_receive_message
srv_spoolss_receive_message: got incorr...
2004 Sep 24
1
Re: Samba 3.0.3 on FC2: windows machine cannot join domain
...tradict your information, however, the source
code suggests that this advice is perhaps suspect.
The particular module that handles automatic account creation is in
~samba/source/rpc_server/srv_samr_nt.c and specifically at line 2253.
Here is the very line that does the parameter substitution:
all_string_sub(add_script, "%u", account, sizeof(add_script));
As you can see, it is the "%u" parameter that is being substituted. Maybe I am
reading this incorrectly? However, I have performed many hundreds of
installations and have always used the "%u" parameter - and it has wor...
2004 Sep 23
0
Re: Samba 3.0.3 on FC2: windows machine cannot join domain
...tradict your information, however, the source
code suggests that this advice is perhaps suspect.
The particular module that handles automatic account creation is in
~samba/source/rpc_server/srv_samr_nt.c and specifically at line 2253.
Here is the very line that does the parameter substitution:
all_string_sub(add_script, "%u", account, sizeof(add_script));
As you can see, it is the "%u" parameter that is being substituted. Maybe I am
reading this incorrectly? However, I have performed many hundreds of
installations and have always used the "%u" parameter - and it has wor...
2003 Jan 20
1
LDAP PDC, net rpc vampire
still digging at this:
[2003/01/20 14:26:38, 2] passdb/pdb_ldap.c:ldapsam_connect_system(421)
ldap_connect_system: succesful connection to the LDAP server
[2003/01/20 14:26:38, 4] passdb/pdb_ldap.c:ldapsam_open(472)
The LDAP server is succesful connected
[2003/01/20 14:26:38, 4] passdb/pdb_ldap.c:ldapsam_getsampwnam(1573)
We don't find this user [Administrator] count=0
[2003/01/20
2004 Sep 23
1
Re: Samba 3.0.3 on FC2: windows machine cannot join domain
After, oh, six months of attempts here and there to read everyone's
experiences with Samba/LDAP and inability for a windows 2000/XP machine
to join the domain, I finally discovered what was not working properly.
In my smb.conf I put:
add machine script = /usr/local/sbin/smbldap-useradd -w "%u"
As instructed by many How-to's and Idealx. However, I thought to myself,
%m