similar to: samba-tool syntax error?

Displaying 20 results from an estimated 200 matches similar to: "samba-tool syntax error?"

2020 Oct 11
2
userou= question
All is going well with samba-tool create [user] except for userou=USEROU. In ADUC. My domain users ou are "down in the tree" further than the default OU (used in samba-tool create [user] command.) Like so: ad.example.com (domain name) |>> Users (default location "user create" puts entry) |>> CompanyName |>>
2010 May 26
1
Samba4 Patch: newuseradv and newgroupadv scripts for net cmd utlity
Hi all, As per Jelmer's request - in response to bug #7455 attached diff file. Please let me know what you think and if any modificationes need to be performed Regards Luk -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: newusergroupadv.diff URL:
2014 Jun 05
2
dns on samba, or not
I still don't understand something I know is critical for a samba 4 addc to work. We want to run DNS from our firewall/router. This seems to be the natural place for it. Furthermore, it's already there. But it seems when samba 4.x is running as an ADDC, it also wants to run/be dns. Is there a way to keep dns running on our firewall appliance and have samba refer to that? If so, what are
2014 Jun 26
1
Ms-AD with samba AD
We have an old AD running on windows that we want to retire. It was not set up correctly but it is providing dns under a domain -- call it myschool.edu. Our samba server we set up on the domain we called ad.myschool.edu. We want to have our windows dns forward requests for the new ad.myschool.edu domain to our samba server and windows doesn't seem to want to do so. We have attempted to create
2014 Apr 07
2
Dovecot LDAP issue
Dovecot version: 2.0.19 ------------------------------------------------------- grep -v '^ *\(#.*\)\?$' /etc/dovecot/dovecot-ldap.conf hosts = server.domain.tld:389 ldap_version = 3 auth_bind = yes dn = vmail at domain.tld dnpass = somepassword base = ou=testou,dc=domain,dc=tld scope = subtree deref = never
2017 Apr 19
2
samba-tool create user
I'm working on a shell script to create new users on a AD DC. Currently we use ADUC, but that is slow and error-prone. My (untested) command looks like this: samba-tool user create $USERNAME $PASSWORD \ --nis-domain=sta \ --unix-home=/home/${USERNAME} \ --uid-number=${NEXTID} \ --login-shell=/sbin/nologin \ --gid-number=513 \ --use-username-as-cn \ --home-drive=Z \
2020 Oct 11
2
userou= question
Yes, thank you for the guidance. Regarding "*You do not put the users password here (if that is what you are trying to do): --password=PASSWORD1*" My experience has been this, no matter where I put "--password=" in the string, after the "user" as the manpage suggests or the end. When I run the create string I am asked for a "New Password:' and then
2014 Apr 08
2
Dovecot LDAP issue
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 7 Apr 2014, Deeztek Support wrote: > On 4/7/2014 6:13 PM, Reindl Harald wrote: >> >> >> Am 07.04.2014 23:47, schrieb Deeztek Support: >>> On 4/7/2014 4:42 PM, Christian Schmidt wrote: >>>> 7.04.2014 20:43, Deeztek Support: >>>>> On 4/7/2014 2:08 PM, Oscar del Rio wrote:
2020 Aug 24
0
Set/Restrict Owner Rights for OU-Admin
Hello everyone, we are in the process of changing from a Windows Domain to a Samba Domain and tried to implement some restrictions for OU-Admins. In the Windows Domain those restrictions can be implemented with Security ID: S-1-3-4 (Owner Rights). In our old Windows Domain everything works fine and as expected. In our Samba Domain, it doesnt work. We tried to implement the same rights as in
2015 Jun 25
1
Winbindd Strangeness
> > On 24/06/15 02:55, David Minard wrote: >> On 23/06/15 13:32, David Minard wrote: >> >>> I've Set up a DC and a Member Server for a file server. Both are >>> running on Centos7 and samba version 4.2.2. The Member Server is >>> running smbd and winbindd. >>> >>> I've followed the wiki and for the most part
2020 Sep 04
2
samba-tool userou strings??
When creating a new user, that new user is placed into "ou=Users" by default. I would like to create a new user and place him/her in: samdom.example.com | >> COMPANY | >> Workstations | >> RedirectedUsers (Trying to illustrate an "ou" tree of depth.) I looked at samba-tool ou but, I am not moving an "ou" or renaming an "ou". I'm
2020 Sep 04
2
samba-tool userou strings??
Changing the default ou for the user creation? The samba-tool create user are placed in the default ou of "Users", for example this output from samba-tool show user: distinguishedName: CN=User 73. Test,*CN=Users*,DC=subdom,DC=example,DC=com This user72 I moved (drag and drop) within ADUC, so, here is where I am trying to associate our users. Again, output from samba-tool-show user:
2015 Aug 26
3
Import USER and PASSWORD Samba3+OpenLadp TO Samba4
Hai, just make a CSV file and import your users. this is the script i used. #!/bin/bash ## example ## display naam in AD wil be : Louis van Belle ( cat /home/samba/backup/users.csv | awk -F ";" '{system("/usr/bin/samba-tool user add "$5" --mail-address="$7" \ --given-name="$4" --surname=\""$3"\"
2012 Sep 24
4
samba4: samba-tool and (unix) uids
Hello, at my universities CS computer pools we're trying to migrate our samba3 based NT domain to AD with samba4-rc1. In the past we had a little script which our users could run on their own from their linux account which created a samba user with their own uid/gid and set their password (via smbpasswd). We're trying to recreate this behaviour with "samba-tool user create"
2004 Sep 26
3
Implementing samba3/LDAP system across several schools
Hi All, I am looking into the feasability of using Samba/LDAP for domain control across several schools in my area, and would be interested to hear of anyone who has any experience/thoughts on how this could work. The schools share a community learning resource centre, and I am looking for ways for all users to be able to log in at their own schools, and also at the learning resource
2015 Sep 01
1
Import USER and PASSWORD Samba3+OpenLadp TO Samba4
Thank Rowland Penny-6 and L.P.H. Van Belle for all the help I could not do that users were exported from script, but I got a "trigger" to matter the bills ... was ugly to look at, but for me it worked. I exported the CSV, then edited, made a statement block where each line I gave the samba-tool user add, edit in Excel and Notepad ++ to find and replace ... it took me 10 minutes to do 300
2023 Apr 04
1
logon script
This is just a new created for testing: samba-tool user create 'John' '1234' --userou='OU=Trabajadores,OU=Usuarios' --surname='Doe' --given-name='John' --initials='JD' --job-title='Network Administrator' --department='IT' --company='EPAPR' --description='IT Technical Support Account'
2019 Feb 04
1
issue and solution : samba 4.9.4 and win10 1809 : windows could not connect to user profile service aka the home drive letter semi-colon is missing
Hi, Excuse in advance my poor english. After installing two new servers debian buster with samba 4.9.4 , one as AD ,the second as a fileserver, I was stuck when i tried to connect my users. On a Win10 client , i had the message "windows could not connect to user profile service". The only clue i had was in the event viewer, errors concerning svchost.exe_ProfSvc. After digging
2016 Aug 30
3
We need to change our AD domain
Hai,   > I understand that Samba doesn't support domain renaming, which is why > I'm looking for a way to export the data from one domain and import it > into a new one. Export your user/group data to CSV, its not that hard. https://www.manageengine.com/products/free-windows-active-directory-tools/free-active-directory-csv-generator-tool.html Some things work some
2018 Nov 09
1
Manage Users / Contacts from command line
Hello, to Manage users from cli I can use "samba-tool user <subcommand>". It seem that this is only for OU=Users. I have add a new OU to the samba AD an entry look like CN=paul example,OU=abook,DC=kes,DC=example,DC=de objectClass: top objectClass: person objectClass: organizationalPerson objectClass: contact cn: paul example sn: example givenName: paul instanceType: 4