search for: administrato

Displaying 18 results from an estimated 18 matches for "administrato".

Did you mean: administrator
2007 Jun 20
1
smbd process eating memory
...on] path = /share/netlogon browseable = no writeable = no ============ smb.conf =============== Here is the log files when the problem ocurs: [2007/06/20 11:26:27, 1] smbd/service.c:make_connection_snum(1033) isaserver (10.2.0.30) connect to service netlogon initially as user administrato (uid=0, gid=513) (pid 55130) [2007/06/20 11:26:27, 1] smbd/service.c:close_cnum(1230) isaserver (10.2.0.30) closed connection to service netlogon [2007/06/20 11:26:27, 0] smbd/service.c:make_connection(1191) isaserver (10.2.0.30) couldn't find service administrato [2007/06/20 11:26:27, 0] s...
2017 Dec 02
2
idamp ad/rid
Found it! :) I thought in make a script more or less that way. #!/bin/bash # GROUP=ADM GUID=10000 # Domain Users UID=10000 # get the next ID ? for USER in $(samba-tool group listmembers $GROUP) do samba-tool user edit $USER -H ldap://samdom.example.com \ -U administrato --nis-domain=samdom \ --unix-home=/home/$USER \ --uid-number=${NEXTID} \ --login-shell=/sbin/nologin \ --gid-number=$GUID done Of course that script is very simple, but is a beginning. :) Can you help me to make this script? On Fri, Dec 1, 2017 at 5:03 PM, Rowland Penny via samb...
2017 Dec 02
2
idamp ad/rid
.../bash > > # > > GROUP=ADM > > GUID=10000 # Domain Users > > UID=10000 # get the next ID ? > > > > for USER in $(samba-tool group listmembers $GROUP) > > do > > samba-tool user edit $USER -H ldap://samdom.example.com \ > > -U administrato --nis-domain=samdom \ > > --unix-home=/home/$USER \ > > --uid-number=${NEXTID} \ > > --login-shell=/sbin/nologin \ > > --gid-number=$GUID > > done > > > > > > Of course that script is very simple, but is a beginning. :) > > >...
2007 Oct 30
1
Samba+ldap in FreeBSD
...at /usr/local/sbin/smbldap-populate line 471, <GEN1> line 21. adding new entry: sambaDomainName=jcv,dc=vn,dc=pri,dc=jovenclub,dc=cu failed to add entry: Can't contact LDAP server at /usr/local/sbin/smbldap-populate line 471, <GEN1> line 21. Please provide a password for the domain Administrato: Can't contact LDAP server at /usr/local/lib/perl5/site_perl/5.8.8/smbldap_tools.pm line 341. -- -- Roylan Suarez Reyes Admin. Redes JC. Vinales roylan04012@pri.jovenclub.cu Telef: 793210 -- -- Roylan Suarez Reyes Admin. Redes JC. Vinales roylan04012@pri.jovenclub.cu Telef: 793210
2019 Jun 18
2
domain online backup
He MJ, Ah, my user does have an UID/GID assigned. Did you "copy" the administrator user or did you create a new user and gave him administrator rights. On my DC's. id username uid=10002(ADDOM\usernam) gid=10000(ADDOM\domain users) groups=10000(ADDOM\domain users),3000275(ADDOM\internet-proxy-manual).. And more. Where my Administratos reflex to: id administrator uid=0(...
2009 Dec 28
0
Samba4 and Squid3 with ntlm_auth ... more information
...he test don't work # wbinfo-t checking the trust secret via RPC calls succeeded # find / - name ntlm_auth /usr/local/samba/bin/ntlm_auth /usr/src/samba-alpha10/source4/bin/ntlm_auth /usr/lib/squid3/ntlm_auth # cd /usr/local/samba/bin/ # ./ntlm_auth --helper-protocol=squid-2.5-basic MYDOMAIN+Administrator password Hang the shell And... # cd /usr/lib/squid3/ # # ./ntlm_auth --helper-protocol=squid-2.5-basic MYDOMAIN+Administrato password You MUST specify at least one Domain Controller. You can use either \ or / as separator between the domain name and the controller name ./ntlm_auth: invalid op...
2006 Jul 19
2
Must restart Samba regularly because saving files stops working
...r_check: credentials check failed. [2006/07/17 08:34:05, 2] rpc_server/srv_netlog_nt.c:(665) _net_sam_logon: creds_server_step failed. Rejecting auth request from client VOEREN12 machine account VOEREN12$ [2006/07/17 08:37:11, 2] auth/auth.c:(315) check_ntlm_password: Authentication for user [administrator] -> [administrato r] FAILED with error NT_STATUS_NO_SUCH_USER [2006/07/17 08:37:21, 2] auth/auth.c:(315) check_ntlm_password: Authentication for user [administrator] -> [administrato r] FAILED with error NT_STATUS_NO_SUCH_USER open_sockets_smbd: accept: No buffer space available [2006/...
2005 Aug 04
2
Trouble in Joining Suse 9.3 to Win2k3 Server
Hi, After installing Suse 9.3 Professional, I am unable to join it to AD. >From the Docs ( http://www.samba.org/samba/docs/man/Samba3-HOWTO/domain-member.html#ads-member) its clear that we need to first get a kerberos ticket... via #>kinit Administrato@REALM in Suse9,3, I get this error susles93WSA:~ # kinit Administrator@HUNGERFORD.KOL Password for Administrator@HUNGERFORD.KOL:dingdong.com <http://dingdong.com> Exception: krb_error 24 Pre-authentication information was invalid (24) Pre-authentication information was invalid KrbException...
2017 Dec 02
1
idamp ad/rid
...# Domain Users > > > > UID=10000 # get the next ID ? > > > > > > > > for USER in $(samba-tool group listmembers $GROUP) > > > > do > > > > samba-tool user edit $USER -H ldap://samdom.example.com \ > > > > -U administrato --nis-domain=samdom \ > > > > --unix-home=/home/$USER \ > > > > --uid-number=${NEXTID} \ > > > > --login-shell=/sbin/nologin \ > > > > --gid-number=$GUID > > > > done > > > > > > > > > > > &...
2006 Mar 23
11
ActiveRecord: Oracle metadata loading slow on large database
All, While attempting to use ActiveRecord against a large database, approx. 1700 tables and 4 million rows, I discovered an inefficiency in oci_adapter.rb. The problem seems to be the SQL being generated to lazy-load the columns metadata. "def columns(table_name, name = nil)" method generates the following SQL: select column_name, data_type, data_default, nullable,
2017 Dec 01
2
idamp ad/rid
Can you share with me? :) On Fri, Dec 1, 2017 at 4:43 PM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Fri, 1 Dec 2017 16:27:11 -0200 > Elias Pereira <empbilly at gmail.com> wrote: > > > Rowland, > > > > I found something related that you were doing. > > > > "[PATCH] samba-tool: Easily edit a users object in AD" >
2017 Dec 02
0
idamp ad/rid
...cript more or less that way. > > #!/bin/bash > # > GROUP=ADM > GUID=10000 # Domain Users > UID=10000 # get the next ID ? > > for USER in $(samba-tool group listmembers $GROUP) > do > samba-tool user edit $USER -H ldap://samdom.example.com \ > -U administrato --nis-domain=samdom \ > --unix-home=/home/$USER \ > --uid-number=${NEXTID} \ > --login-shell=/sbin/nologin \ > --gid-number=$GUID > done > > > Of course that script is very simple, but is a beginning. :) > > Can you help me to make this script? > &gt...
2017 Dec 02
0
idamp ad/rid
...DM > > > GUID=10000 # Domain Users > > > UID=10000 # get the next ID ? > > > > > > for USER in $(samba-tool group listmembers $GROUP) > > > do > > > samba-tool user edit $USER -H ldap://samdom.example.com \ > > > -U administrato --nis-domain=samdom \ > > > --unix-home=/home/$USER \ > > > --uid-number=${NEXTID} \ > > > --login-shell=/sbin/nologin \ > > > --gid-number=$GUID > > > done > > > > > > > > > Of course that script is very simple...
2019 Jun 18
0
domain online backup
...inbind to nsswitch.conf, both users are now unix users, with expected UID returned etc, but this does not change the issue at hand at all. MJ On 18-6-2019 14:35, L.P.H. van Belle via samba wrote: > He MJ, > > Ah, my user does have an UID/GID assigned. > Did you "copy" the administrator user or did you create a new user and gave him administrator rights. > > On my DC's. > id username > uid=10002(ADDOM\usernam) gid=10000(ADDOM\domain users) groups=10000(ADDOM\domain users),3000275(ADDOM\internet-proxy-manual).. And more. > > Where my Administratos reflex to...
2019 Jun 18
3
domain online backup
Hi, On 18-6-2019 12:57, Rowland penny via samba wrote: > I have just tried this as root and it worked for me: > > samba-tool domain backup online --server=dc4 --targetdir=/backup > -Urowland at samdom.example.com > > When I tried to run it as normal user, it threw an error because the > user wasn't allowed access to the backup dir, allowing the user access > cured
2005 May 10
0
rid_idmap_get_id_from_sid: no suitable range available for sid
...ouble with rid_idmap facility. STFI did'nt help me this >> time.. >> Other issues I red about resolved to a too smal idmap range >> specification. >> But this an other issue.. >> >> It looks that the rid_idmap facility tries to map the sid's from >> Administrators, Backup operators and several other build in groups to a >> uid <330 >> >> Configuration: >> OS Suse 9.1 >> Samba 3.0.14 backport from Suse >> W2k3 DC in testlab is a NT4 domain upgrade >> >> smb.conf snippet >> workgroup DOM1 >> secu...
2003 May 12
0
Can't join Samba3 domain
...s are below: /var/log/samba/log/smbd: ----------------- SNIP --------------------------- [2003/05/12 11:52:17, 2] passdb/pdb_ldap.c:init_group_from_ldap(2662) Entry found for group: 512 [2003/05/12 11:52:17, 2] auth/auth.c:check_ntlm_password(294) check_ntlm_password: authentication for user [Administrator] -> [Administrato r] -> [Administrator] suceeded [2003/05/12 11:52:18, 2] rpc_server/srv_samr_nt.c:_samr_lookup_domain(2513) Returning domain sid for domain ARSOFT -> S-1-5-21-780478325-1810273558-396141 6456 [2003/05/12 11:52:18, 2] rpc_server/srv_samr_nt.c:access_check_samr_object(93)...
2017 Aug 31
3
sysvolreset doesn't reset all ACLs
On Thu, 24 Aug 2017, Rowland Penny via samba wrote: > On Thu, 24 Aug 2017 12:41:36 +0200 > Sven Schwedas via samba <samba at lists.samba.org> wrote: > >> On 2017-08-24 12:27, Rowland Penny via samba wrote: > > I actually used worse words when I found out why I couldn't get my work > on the python code to work. ;-) > >> Does this apply only to sysvolreset