Displaying 14 results from an estimated 14 matches for "inituser".
2005 Aug 30
1
Roaming Profiles Annoyances
...e to date:
1) Setup samba shares according to gentoo-wiki.org
<http://gentoo-wiki.org>(there were some problems with permissions etc
after that but they're ok
now)
2) Edited NTUSER of a foobar user account via the registry and configured it
for my documents redirection and execution of a inituser.cmd file (runonce
key)
3) Created an inituser.cmd file under /var/lib/samba/netlogon with the
following content: start "Copying ..." /min xcopy /I /E /H /K /Y
"%LOGONSERVER%\NETLOGON\Default User\My Documents" "%HOMESHARE%\"
4) Added map system = yes map archive = y...
2010 Oct 27
0
[PATCH node] add password.py
...+ saltstr = '$6$'
+ for i in range(saltlen):
+ saltstr = saltstr + random.choice (string.letters +
+ string.digits + './')
+ return crypt.crypt (password, saltstr)
+
+def set_root_password(password):
+ user = self.__admin.initUser(root)
+ passwd = cryptPassword()
+ unmount_config("/etc/shadow")
+ user.set(passwd, password)
+ ovirt_store_config("/etc/shadow")
+
+def check_ssh_password_auth(self):
+ password_auth_status = augeas.Augeas("root=/")
+ password_auth_status.get("/...
2004 Aug 02
0
OS X Hang Issue
...t opendirectory
local master = no
use spnego = yes
domain master = no
map to guest = Never
printer admin = @admin, @staff, unknown
log level = 0
[homes]
comment = User Home Directories
path = /Users/%U
root preexec = /usr/sbin/inituser %U
read only = no
browseable = no
[Home]
comment = Home Directories
inherit permissions = no
path = /Users
security mask = 0700
directory mask = 0700
map archive = no
read only = no
create mask = 0700
[Common]
c...
2006 Jan 20
0
User Profiles issue
...cls
path = /Volumes/data/Photos
read only = no
strict locking = 1
inherit permissions = 0
comment = macosx
create mask = 0660
guest ok = 0
directory mask = 0771
[homes]
browseable = no
root preexec = /usr/sbin/inituser %U
create mode = 0750
read only = no
comment = User Home Directories
[profiles]
path = /Users/Profiles
oplocks = yes
strict locking = no
read only = no
browseable = no
[printers]
printable = yes
path = /tmp
[n...
2005 Mar 19
1
LDAP and Linux compatibility
Please excuse a wee bit of cross posting here. It seems that the
questions list may not be the appropriate place for this as I've found
a number of unanswered posts involving this topic.
My FreeBSD workstations are setup with pam_ldap to a centralized
openldap server for authentication. This works perfectly for native
FreeBSD applications. What I'm running into an issue with are Linux
2005 May 04
1
browsing/nmbd problem - OS X
...0
map archive = no
path = /Shared Items/Public
read only = no
inherit permissions = 0
strict locking = 0
comment = macosx
create mask = 0644
guest ok = 0
directory mask = 0755
[homes]
root preexec = /usr/sbin/inituser %U
read only = no
comment = User Home Directories
browseable = no
create mode = 0750
[profiles]
oplocks = yes
path = /Users/Profiles
read only = no
strict locking = no
browseable = no
[netlogon]
oplocks = yes...
2004 May 18
2
Cannot connect MacOSX domain member to PDC
I have a PDC which is a Sun280R with Solaris 8 running PCNetlink2.0
(effectively a WindowsNT4.0 server)
I want to join a Apple G5 with MacOSX10.3.3 (Samba 3.0) as a domain
member of the above PDC.
It will not allow me to do this and has lots of "master browser -
unknown" in the logs of the Apple.
I have the IP address in the same range as the PDC and have the netmask
set the same
2005 Dec 01
2
Security risk to adding users to "Domain Admin" group
Hi everyone.
Could anyone tell me what would be the repercussion of adding all users to "Domain Admins" in a samba environment. The
reason I am asking is because we are getting a picker object error when trying to add "Domain Users" to the Local
Administrator group. Domain Admin gets added ok during join.
Thanks.
-- Dominique
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com,
including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate,
so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some
logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going.
The code won't get all the way to the define stage since I'm in
the middle of retrofitting it to use virtinst instead of a home
spun node definition.