search for: administratos

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

Did you mean: administrator
2007 Jun 20
1
smbd process eating memory
Hi list, I have a Samba-3.0.25a PDC running on FreeBSD 6.2-STABLE using OpenLDAP 2.3.34 (nss_ldap-1.255) as backend. Everything work's great, the only problem that I fighting is with an M$ ISA Server 2000, that do ntlm authentications on my domain. At some times (each 4 hours) the ISA Server lost the connection with the domain and does not authenticate users until the connection be
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} \
2017 Dec 02
2
idamp ad/rid
On Sat, 2 Dec 2017 10:21:07 -0200 Elias Pereira <empbilly at gmail.com> wrote: > Correcting! :) > > #!/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 --nis-domain=samdom \ > --unix-home=/home/$USER \ >
2007 Oct 30
1
Samba+ldap in FreeBSD
Hello friends I am trying to configure Samba + ldap for my domain, the server is FreeBSD ... When I try to run the following command smbldap-populate It gives me the following error: adding new entry: cn=Backup Operators,ou=Group,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 20. adding new
2019 Jun 18
2
domain online backup
...igned. 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(root) gid=0(root) groups=0(root) Note the 10000 and 3000275 100xx are assigned GID's with RSAT while 3000275 (RID) does not have any GID assigned. On my domain members the RID number 3000275 is not shown or not used or im using pure windows ACL's These...
2009 Dec 28
0
Samba4 and Squid3 with ntlm_auth ... more information
Hello there. i'm check this link about squid with AD autentication: http://techmiso.com/1934/howto-install-squid-web-proxy-server-with-active-di rectory-authentication/ But the 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 #
2006 Jul 19
2
Must restart Samba regularly because saving files stops working
One of our sites is currently testing Samba 3.0.21c as PDC on HP-UX 11.00 with openldap backend. >From time to time - about every two days - it suddenly becomes impossible for the clients (NT4 & XP) to save any more files to the samba shares. When the problems start occurring they simply stop and restart samba, and then everything works again for a couple of days. Please not that the samba
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
2017 Dec 02
1
idamp ad/rid
On Sat, 2 Dec 2017 12:13:08 -0200 Elias Pereira via samba <samba at lists.samba.org> wrote: > > > > Sorry, but that isn't going to work with 'samba-tool user edit' > > You would need to write an 'editor' script to do what you would > > need to do. > > > Ok. > > Bit busy, just now, give me some time, I have a script somewhere that
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
Correcting! :) #!/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 --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. :)
2017 Dec 02
0
idamp ad/rid
> > Sorry, but that isn't going to work with 'samba-tool user edit' > You would need to write an 'editor' script to do what you would need to > do. Ok. Bit busy, just now, give me some time, I have a script somewhere that > should do what you want. Of course Rowland. Work on what you're working on. I do not want to disturb you. :) I'll give a
2019 Jun 18
0
domain online backup
..." 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(root) gid=0(root) groups=0(root) > > Note the 10000 and 3000275 > 100xx are assigned GID's with RSAT while 3000275 (RID) does not have any GID assigned. > > On my domain members the RID number 3000275 is not shown or not used or im us...
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
...; winbind use default domain = yes >> etc >> >> Joining the ADS domain goes smoothly >> wbinfo -u gives list with domain users >> wbinfo -n 'Domain Users' gives list SID from domain Users >> wbinfo -n 'Administrators' gives: Could not lookup name Administratos >> wbinfo -n 'Backup Operators' gives: Could not lookup name Backup >> Operators >> >> id Administrator has uid 1000 and lot's of guid's from different groups >> he's member of, but not the guid from the Administrators and backup >> operators...
2003 May 12
0
Can't join Samba3 domain
Hello, I have some problems with my Samba3 on my Suse 8.2 Linux. I got the Samba binaries from ftp://ftp.gwdg.de/linux/suse/ftp.suse.com/people/gd/8.2-i386/samba3-3 .0alpha24cvs/. When i want to join my domain from a winxp client (registry patch already applied), i got the error access denied. Regards, A. Roth Related Samba files are below: /var/log/samba/log/smbd: ----------------- SNIP
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