similar to: adding users to group with net rpc

Displaying 20 results from an estimated 1000 matches similar to: "adding users to group with net rpc"

2008 May 19
4
net rpc commands not working
maybe this is a simple fix but i really don't know how to fix it... it seems that i cannot run any net rpc commands... i wanted to see the members of Domain Users group so i did the following: root# net rpc group members "Domain Users" -Uroot%not24get and i got this error: Could not connect to server 127.0.0.1 Connection failed: NT_STATUS_CONNECTION_REFUSED i can ping localhost
2003 Nov 18
1
Samba 3.0.0-2 WINS Static entries
Hi, I'm trying to add static entries to the wins.dat file, as per The Official Samba 3 How-to guide but can't get it to work. If I add entries and just leave it be, the server responds with unknown host and If I restart nmbd it removes all the entries (static) that I manually added. Am I doing something wrong or is this a bug ? Brett
2008 Aug 25
1
net rpc group addmem returns NT_STATUS_ACCESS_DENIED
Hi All, I'm trying to add a user to a group using /usr/local/samba/bin/net rpc group addmem room11 dunk -Uroot%password The user is added to the group as far as I can tell but the command returns NT_STATUS_ACCESS_DENIED This is on Solaris 10 (Sparc) and Samba 3.2.1, OS and Samba are both configured to lookup users and groups in LDAP. /usr/local/samba/bin/net rpc group members
2006 May 08
1
checking trust secret failed for interdomain trust
Hi samba members, I've searched through google, the archives and RTFM but I can't figure this out. I've got a setup of two different offices with both their own samba PDC, wins, etc. Via OpenVPN i've set up an interdomain trust between the two domains (for now one way, but this will become two ways). One domain is called PSW with bluemoon as PDC, the other PSWINDWG with redmoon as
2005 May 16
1
Domain Users group howto...
I have setup samba 3 as a PDC for a set of computers that previously had Domain Users setup to run as local admins under XP, so that anyone that has logged into the domain has local admin access. Whats the best way to replicate this setup so that I don't have to go around to each computer and change the local security policy? Is there a way to assign users to the group domain users? or would
2005 May 11
2
Group Nesting
Hey all, Is there a comprehensive how-to on the new group nesting features? I've found a little bit of info, but nothing that paints a clear picture of the process. If anyone has any insight or can point me to a tutorial it would be much appreciated. I created the local groups and mapped them. Wbinfo and getent all seem to be working. I've been trying to do the 'net rpc group addmem
2009 Apr 16
2
Question about BUILTIN\Administrators and BUILTIN\Users nested groups in 3.3.3
Sorry about the dumb question: Are the "BUILTIN\Administrators" and "BUILTIN\Users" local (nested) groups supposed to be populated with DOMAINNAME\Domain Administrators and DOMAINNAME\Domain Users (respectively) by default? If I download the Redhat Samba package, they are populated. Not so with a compiled version. I've had a helluva time populating BUILTIN\Administrators
2005 Sep 20
1
Embedding a "Domain Group" in "Domain Administrators" ???
hi list, is it possible with samba v3 and ldap backend to embedd a normal group like "normalgroup" in the group "Domain Administrators" to give members of the group "normalgroup" full administrative rights on workstations? i tried with "net groupmap addmem sid-of-normalgroup sid-of-domain-admins" and "net groupmap addmem sid-of-domain-admins
2008 Jun 17
4
different logon scripts and mappings for individual users
i'm not sure how to create different logon scripts for different users. right now i have one logon script called 'logon.bat' that maps all users to a server share and syncs the time with the server. i need to be able to map different users to different server shares. not all users should be mapped to all server shares. these should be automatic mappings. for example: user1 should
2005 Dec 08
2
Profile naming and Domain Name
For the purpose of my question I will use the following informaiton: User Name = john.smith PDC = MIDEARTH Domain Name = MARS I have a samba-3 domain set up using Win XP Pro clients. Everything works ok besides for a few programs that are flaking out. But I have one small querk. I can log on the computer using MARS\john.smith and works fine. Lets say I have john.smith as a local user
2008 Jun 09
4
roaming user profiles do not transfer all settings
this may sound like a basic question but i'm not entirely sure how roaming profiles work so i'm not sure if i have it working properly. i created a local user account on a client machine and then joined that machine to the domain. i then logged in as domain administrator and copied the user profile from the local machine to the server. if i login with this user account (now the domain
2007 May 21
1
Samba 3.0.22 error with domain accounts
I have compiled Samba 3.0.22 on Solaris 10 (sparc.) It has been configured as a PDC with a domain of, say, "SAMBADOMAIN." It has some predefined group mappings for the Administrators and "Domain Admins" group. These mappings were dropped in later versions of Samba. (I have been working with 3.0.24 as well. Unfortunately it doesn't seem to play nice with
2005 Feb 22
4
Winbind - how to map ADS group to Unix group
I am running 3.0.10-1.4E on RHEL4. The machine is a ADS member server. I would like to statically map the ADS group "Domain Admins" to the built in "wheel" group so all members of "Domain Admins" are in the "wheel" group. I have looked at the username map option, but I don't want a group of users mapped to a UID (this would defeat what I am trying to
2006 Feb 23
2
Confused about groups and access
Hello, My nt admin made a group for my samba server called Share_Dfsroot_pvcs-cdw_C and added me as a member. I made a nested group on my side with net rpc group add ntcdw -L -Uxxxxx I then added the Share_Dfsroot... with net rpc group addmem ntcdw "DOMAIN+Share_Dfsroot..." -Uxxxxx net rpc group members ntcdw -Uxxxx shows: DOMAIN\Share_Dfsroot... so all looks good. I
2005 May 07
2
h323.conf - Asterisk not routing incoming calls based on IP - Ignoring type=user + host= + context=
Ok, at the bottom of my h323.conf file on my 1st server I have this: ; --------------------- [test] type=user host=209.237.227.185 context=termination-test incominglimit=10 accountcode=005 ; --------------------- Using an Asterisk at the other IP, I have this: exten => _1NXXNXXXXXX,1,Dial(H323/${EXTEN}@64.135.11.85,,o) This should send a call from the test-server to the IP of the 1st server;
2008 May 16
2
add machine script option
i'm reading through the samba howto. section 6.2.3 (page 105) shows the add machine script as follows: add machine script = /usr/sbin/useradd -d /var/lib/nobody -g 100 -s /bin/false -M %u i have a problem with the -M option. i cannot find this option in useradd's man page. can i assume this example is incorrect?? what would be a correct example???
2008 Jun 25
2
join linux client to samba domain
i'm trying to do something which i thought would be simple but i am having a hard time finding information on this. i already have a samba pdc running and managing 17 windows xp clients. i have one linux client that i need to join to the domain. i don't want this client to share anything, i just want it to be on the domain. what does my smb.conf file need to look like??
2012 Nov 26
2
Local Administrator access
Hi, I have a windows 7 machine withouth local administrator account. I need to create such an account. I can log in to the machine with a user on my samba domain. What do I need to do in order to get administrator access, or access to create an local administrator account? I have tried to do this: [root at float samba]# net rpc group addmem "Administrators" 'DOMAIN\username'
2020 Jul 13
2
net rpc rights grant fail to connect 127.0.0.1
On Mon, Jul 13, 2020 at 1:26 PM Rowland penny via samba < samba at lists.samba.org> wrote: > On 13/07/2020 18:18, Douglas G. Oechsler wrote: > > > > Hello! > > > > Ok! I switch the IP inside Member AD > > > 127.0.0.1 localhost > > *> 10.1.1.16 * E-PLANO.ad.mydomain.br <http://E-PLANO.ad.mydomain.br> > > e-plano > > > >
2003 Jul 28
3
Problem with rpcclient command
Hi, I am trying to query a W2K PDC for info on a print driver by issuing the following command: rpcclient -Uxxx%yyy -d 3 -c 'getdriver "HP LaserJet 8000 Series PS"' abert The response I get is: Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" added interface