Displaying 20 results from an estimated 20000 matches similar to: "add machine script option"
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
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
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
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??
2007 Sep 07
3
PDC (can't fetch domain SID)
os: debian etch 4.0
samba: 3.025c
i am reading through the how-to (using samba 3rd ed), freely available btw
at http://book.opensourceproject.org.cn/sysadmin/samba/sambao3rd/
i am interested in setting up a samba pdc for a good dozen windows xp pro
clients. (i somehow could not wake up from the windows 2003 sbs nightmare).
i have been able to join my debian box to the local windows domain and
2008 May 19
4
adding users to group with net rpc
section 13.3.2 of the HOWTO shows that i can add a user to a group with the
following command:
root# net rpc group addmem "MIDEARTH\Engineers" ajt -Uroot
when i execute this command (replaced with my server specific values, of
course), i get a NT_STATUS_NO_SUCH_USER error.
i can verify that my user DOES exist and that he belongs to the posix group
account. i can also verify that the
2009 Dec 01
1
Upgrading to Vista with Samba 3.0.28a
I've been running a samba 3.0.28a PDC with XP clients for a while now.
The setup has been working flawlessly. I'm considering upgrading some
of the clients to Vista. Are there any known issues to Vista using
this version of Samba that I should know about. I all need to do is
join the Samba domain and connect to a few network shares.
2010 May 12
1
Re-Installing samba on new hard drive
I'm currently running samba as a primary domain controller on Ubuntu
8.04. I am going to do a fresh install of Ubuntu 10.04 onto a new hard
drive and install that distribution's samba package. This will replace
my current installation. I don't plan on changing the configuration
file (smb.conf). The configuration file from my current samba
installation will be copied to the new
2008 Jun 12
0
roaming user profiles do not transfer all settings - *SOLVED*
the reason why the wallpaper was not following the roaming profile is
because i was not using bitmaps...
check out this post:
http://lists.samba.org/archive/samba/2005-November/114588.html
i am also quoting the last sentence on this web page:
http://computertips.toups.info/roaming/RoamingXPPro.htm
"There appears to be a problem where .jpg wallpaper does not appear to roam
properly.
2004 Mar 26
1
Réf. : add machine script wont add Postfix account
Hi!
I have the same problem with my PDC.
Work fine:
Modify the script for add samba attribute ( three lines)
Execute manually the entry (with smbldap-useradd.pl -w machine1)
Try to join the domain
Don't work :
Samba call the smbldap-useradd -w %u and the script is not modified.
I use samba 3.0.2a RH 8.0 openldap 2.1.25
-----------------------------------
St?phane PURNELLE
2003 Apr 17
2
add machine script
I'm using samba 3.0 alpha 23 on debian woody using a tdb backend. I've written a simple add machine script that takes care of the useradd and pdbedit -a -m steps. When I try to add a machine to the domain directly from that machine, without creating the accounts beforehand, I get an "Access Denied" error. After getting this error, I check on the samba machine and see that the
2010 Jul 07
5
Problem After Upgrade - NT_STATUS_FILE_IS_A_DIRECTORY
I'm running Samba 3.4.7 on Ubuntu 10.04. This is a recent upgrade and we've starting experience a sporadic problem after this upgrade.
When users are browsing through Windows Explorer they sometimes run across folders that appear as unassociated files. This requires the user to click the 'Refresh' button in Windows Explorer to properly see the folders. The files and folders are
2004 Nov 30
2
Useradd doesn't accept dollar sign ($) and "add machine script" doesn't work
Hi,
I have set up a Fedora Core 3 machine with Samba 3.0.9 to act as a PDC file and print server. Everything works fine but I am having problems adding new machine accounts. When I try to add them manually using "/usr/sbin/useradd -g machines -d /dev/null -c "Spruce" -s /bin/false SPRUCE$", I get the error message: "invalid user name 'SPRUCE$'". I can add
2005 Dec 17
3
some beginnerkernel questions
Hi List,
I run XEN 2 since some month (unfortunatly installed by a fiend of mine).
Recently I bought some new hardware and tried to get XEN 3 running on a
Debian Sarge 3.1.
I installed via the Debian installer a RAID 1 with LVM. even though there
are some devfs_mk_dir errors systems comes up.
Now I installed XEN but system doe not boot as the boot device seems not to
be recocnized by the
2004 Mar 26
2
add machine script wont add Postfix account
He Guys,
When we add a client pc (win2k) to our domain everything goes well
except that the add machine script wont run.
A computer will be created within the lDAP directory but not with the
add machine script.
The following is our situation.
Fedora Core1
|-samba-3.0.2-7.FC1
|-openldap-2.1.22-8
smb.conf
--------------
# Global parameters
[global]
workgroup = T3E
server string
2004 Oct 29
3
Samba Add Machine Script
All,
Currently we are running Samba 3.0.7 on Solaris 8 and we are experiencing a
problem that the user system are not being added automatically with the add
machine script:
/usr/sbin/useradd -g machines -d /dev/null -s /bin/false %m
If we run it manually it works.
Any ideas?
Thanks,
Randy Corral
Information Systems
Brooks Automation
Phoenix, Arizona
602-861-9395 ext. 228
Fax: 602-861-1442
2002 Aug 26
1
Wine Status
Hello ,
The Wine Status page located here :
http://www.winehq.com/about/index.php?status
Has gone for about one year now with out updates and I
have volunteer'd to work on bringing this page up to date.
I am new to the Wine Project and I am in need of some assistance to make
sure all changes are corrct and accurate.
Over the next week or so I plan to read over the change log's for the
2008 Jul 01
3
plot window
Hi list,
I want to know how can i creat a plot window with this configuration:
_______________________________
| |
| PLOT 1 |
| |
|-----------------------------|
| | |
| | |
| PLOT 2 | PLOT 3 |
| | |
| | |
2005 Jan 20
3
Samba LDAP and add machine script problems
I'm trying to integrate Openldap with Samba version 3.0.10. I have populated
my LDAP server via smbldap-populate.pl and I've gotten PAM to recognize LDAP
as an authentication mechanism. Thus, I can add a user with smbldap-useradd.pl
and su to that user.
The problem I am having is when I attempt to add a computer from MS Windoze XP.
When I attempt to join my domain XP prompts me for a
2017 Jun 01
2
Test-suite bots red because of missing import
Hi,
There was a new Python setuptools release (36.0.0) today, that caused this compatibility issue.
The suggestion to stop breaking the builds is to add a static setuptools version on lnt's requirements.client.txt.
The latest known compatible version is 35.0.2. I have tested it building a LNT sandbox and it seems to works.
setuptools==35.0.2
I'll create a bug on LNT so we can