Displaying 6 results from an estimated 6 matches for "scan2".
Did you mean:
scanf
2002 Aug 05
1
Problem in 3.0a18 (join computers to domain (W2k))
Hi developers,
[2002/08/05 17:22:24, 3, effective(0, 0), real(0, 0)] rpc_server/srv_samr_nt.c:_api_samr_create_user(2292)
_api_samr_create_user: Running the command `/usr/local/sbin/smbldap-useradd.pl -g 1000 -w ivc-scan2$' gave 0
[2002/08/05 17:22:24, 3, effective(0, 0), real(0, 0)] rpc_server/srv_samr_nt.c:_api_samr_create_user(2304)
attempting to create non-unix account ivc-scan2$
[2002/08/05 17:22:24, 2, effective(0, 0), real(0, 0)] passdb/pdb_ldap.c:ldapsam_open_connection(255)
ldap_open_connection: con...
2002 Aug 14
0
Problem with add to domain still exists :(
Samba 3.0a18.
My Log:
[2002/08/14 20:37:25, 3, effective(0, 0), real(0, 0)] rpc_server/srv_samr_nt.c:_api_samr_create_user(2292)
_api_samr_create_user: Running the command `/usr/sbin/useradd -g 1000 -d /tmp -s /bin/false ivc-scan2$' gave 0
[2002/08/14 20:37:25, 2, effective(0, 0), real(0, 0)] passdb/pdb_ldap.c:ldapsam_open_connection(255)
ldap_open_connection: connection opened
[2002/08/14 20:37:25, 2, effective(0, 0), real(0, 0)] passdb/pdb_ldap.c:ldapsam_connect_system(398)
ldap_connect_system: succesful connection...
2002 Jul 31
1
How to create Computer Account without 'hands'?
I try create computer account, use standart Windows 2000/XP function (My Computer\Properties ....), but:
ldap_connect_system: succesful connection to the LDAP server
[2002/07/31 20:40:27, 2] passdb/pdb_ldap.c:ldap_search_one_user(262)
ldap_search_one_user: searching for:[(&(uid=ivc-scan2$)(objectclass=sambaAccount))]
[2002/07/31 20:40:27, 0] passdb/pdb_ldap.c:pdb_getsampwnam(858)
LDAP search "(&(uid=ivc-scan2_)(objectclass=sambaAccount))" returned 0 entries.
[2002/07/31 20:40:27, 3] smbd/sec_ctx.c:pop_sec_ctx(420)
pop_sec_ctx (503, 503) - sec_ctx_stack_ndx = 0
[20...
2011 Sep 09
3
After a few time lost access to the Samba server (server samba - a member of the AD Win2k3)
...zed by cron every hour command "net time set", so that option
with the divergence time is irrelevant.
The moment was lost access to the server - I have done "smbcontrol smbd
debug 3". When you try to access the server at debug level 3 log gets the
following (attachment log.scan2).
At debug level 3, with logout and login the user gets the following log
(attachment log.scan2-login).
In these logs are very interesting line:
===========bash==============================
[2011/09/08 15:33:26.776661, 3]
smbd/sesssetup.c:1232(reply_sesssetup_and_X_spnego)
NativeOS=[Windo...
2010 Jul 22
0
[LLVMdev] Multi-scan passes under LLVM (2.7)
Chuck Zhao wrote:
> For current FunctionPass passes, each function in the current module
> will be visited _once_ under some order.
>
> If I have an algorithm that needs to visit each function more than once
> in order to generate the final result, how could it be arranged under
> the current LLVM Pass framework?
>
> Could somebody point me a pass that currently doing
2010 Jul 22
3
[LLVMdev] Multi-scan passes under LLVM (2.7)
For current FunctionPass passes, each function in the current module
will be visited _once_ under some order.
If I have an algorithm that needs to visit each function more than once
in order to generate the final result, how could it be arranged under
the current LLVM Pass framework?
Could somebody point me a pass that currently doing this?
Thank you
Chuck