similar to: user / machine / group scripts, some work some don't

Displaying 20 results from an estimated 5000 matches similar to: "user / machine / group scripts, some work some don't"

2007 Mar 09
4
Adduser help
at http://wiki.openpbx.org/tiki-index.php?page=Easy+route+to+building+OpenPBX.org there is the following adduser command: adduser --no-create-home --ingroup openpbx --disabled-password --disabled-login openpbx This does NOT seem to be the right format for Centos. So far, using man, I have come up with; adduser -M -g openpbx What else do I need?
2017 Nov 25
4
Trouble during classicupgrade
Hello, I need to do a classic migration on a machine which has until now been running samba as an old NT4-style PDC. I made a copy of that machine in a VM to test the process. Until now, things don't work quite right. I was following the classic upgrade howto from wiki.samba.org. I was using the method with internal DNS. Classicupgrade itself ran without errors, I followed the steps after
2004 Apr 14
1
samba-latest and tdbsam - unable to logon to domain?
Dear list members, I am unable to logon to the domain. I have created the tdbsam using the "smbpasswd -a root" command. I also added User Administrator as unix and samba account. I also mapped groups "Domain Admins", "Domain users" and "Domain Guests" to unix groups domadmins, domusers and domguests using the "net groupmap modify" command. But is
2010 Mar 31
3
Could not find dependency
Hello, I have the following define: define adduser ($shell, $group, $fullname, $ingroups = "none", $home = "none") { user { "$name": ensure => present, comment => "$fullname", gid => "$group", groups => "$ingroups", membership => minimum, shell => "$shell", home
2004 Aug 03
1
Samba 3.05 pdc
I'm trying to connect a Windows 2000 workstation to my samba pdc domain. I have followed all the steps in the documentation to setup samba as a pdc, but I have not been able to connect any workstations to the domain. Does anyone have a example smb.conf file I can compare with mine. I checked the "log.smbd" and I'm getting the following messages when I tried to add a computer
2010 Jun 02
2
Unable to solve the problem in setting up PDC for network
Hi Guys, Can you please tell me why is this failing to connect I'am running samba on Freebsd 8. I've pasted the testparm of samba. It first gave me unable to connect as a RPC and now it again gives me error that unknown user or password. ------------------------------------------------------------------- CAN YOU TELL ME HOW TO SETUP MACHINE ACCOUNTS AND NORMAL SAMBA
2007 Jan 26
3
Office 2007 saves files as read only on samba shares?
I've been running the same configuration for a couple of years now, and since I've upgraded to Office 2007, MS Word and MS Excel files save to my samba shares as -r-------- even when they are opened as being chmod 777. Files I create/edit using other editors or windows explorer are put onto the share with the correct permissions. My conf looks like this: [global] workgroup = WG
2011 Apr 01
2
Unable to join to Windows 2003 PDC using samba 3.5.8 from a linux machine!!
Hi all, I am using samba 3.5.8 on a linux machine. I am not able to join the domain of a windows 2003 server in ADS mode. I am getting the following error message: # /usr/local/samba/bin/net ads join -U Administrator%password -I 10.25.66.71 Failed to join domain: failed to find DC for domain ABCDOM.PQR.COM # I am not sure what the issue here. It works absolutely fine when I try to join the
2002 Sep 26
1
Cannot join a Samba Domain with a win2k station
Hello, I try to join a samba domain with a Win2k Server. The result is a box with the message: The following error occured validating the name "myDomainName" This condition may be caused by a DNS lookup problem. For information about trouble shooting common DNS lookup problems, please see the following Microsoft Web site: http://..../... The specified domain either does not exist
2004 Dec 04
1
Re: Your computer account was not found or the password was incorrect
Hey guys, I'm trying to migrate my NT4 Domain and am having some problems. Ignoring my other post related to this, I can't get any of my machines to be able to login. Alls I ever get is "Your computer account was not found or the password is incorrect" I even tried rejoining the domain which works. I leave the domain and then rejoin it, it takes a LONG time (might just be
2004 May 28
2
Bug#251364: logcheck: preinst has bashism, fails with dash and LANG != C
Package: logcheck Version: 1.2.20a Severity: serious Tags: patch On a system where sh points to dash and LANG=es_ES, I get this: # apt-get -y --reinstall install logcheck Leyendo lista de paquetes... 0% Leyendo lista de paquetes... 0% Leyendo lista de paquetes... 23% Leyendo lista de paquetes... Hecho Creando ?rbol de dependencias... 0% Creando ?rbol de dependencias... 0% Creando ?rbol de
2007 Apr 13
1
Samba3 : no suitable range available for sid
I'm setting up a freebsd server which will authenticate against an Active Directory I mean: the server will NOT have any local users (except mandatory and minimum required for management and configuration) and will authenticate requests for login and access FOR EVERY SERVICE against an Active Directory Server I have configured the samba service and currently I can login to local terminal,
2006 Dec 02
2
Facing Problem for Window XP Client On Samba PDC
Hi, i want to make Samba PDC, i have created domain and now when i give name of domain in WindowXP it requires the password, i do it by user name=root & its password. But it gives error. "Unknown User or bad password". User name and password both are right. i have also done setting of Window XP requiresignorseal=0 can any one help me, where is actually
2006 Sep 26
1
password sync unix
Hello, (I'm sorry for my previous message with the wrong subject; I'll just do it over again) I have a Solaris 10 machine (SunOS 5.10 Generic_118833-18 sun4u sparc) installed with Samba Version 3.0.23a. Samba has been compiled from source with PAM modules. The modules 'pam_smbpass.so' and 'pam_winbind.so' reside at: /usr/local/samba/lib/security smb.conf is located at
2008 Nov 25
2
adduser vs. useradd
Hi, To add a user to the system on the commandline, I usually use the adduser command. # adduser newuser And that's it. I've been using that command probably out of an old habit, since I've been a long-time Slackware user before. But now I wanted to dig a bit deeper, and some details puzzle me. Whereas on Slackware, 'adduser' is an interactive shell script to create a
2003 Apr 08
1
adduser and crypt
Hello! adduser(8) perl script uses crypt(3) to generate encrypted passwords, as pointed in /usr/sbin/adduser itself. Currently in /etc/login.conf password format is MD5 as default but adduser always generates encrypted passwords in DES format. IMHO adduser script should read value of passwd_format in /etc/login.conf to decide what kind of salt (DES, MD5 or somewhat else) he gives to crypt. At
2007 Oct 23
2
root != admin domain user?
Hi all, Samba has been running as PDC for some months in a row w/o no issues so far. Users and machines were created and added to the domain correctly... Now I'm facing the following problem... I hope it's easy to solve... Although machines have been added to the domain using the root user, and it's mapped to Administrator in /etc/samba/smbusers, when a situation like connecting
2005 Jun 27
0
Terminal server login problem
Hi all, I have a strange problem with the combination of Win2k3 and Samba. The samba server is configured as a PDC, the terminal server as a member of the domain. Logging in from the terminal server console with a domain userid works; logging in from a terminal server session from the same machine fails with the message: "The system can not log you on due to the following error: The
2007 Aug 24
1
Group add trouble
I am trying to add domain user 'mlander' to the "Domain Admin" group via srvtools user manager and at the suse command prompt with denied errors both instances logged in as root. Version 3.0.23d-19.7-1354-SUSE-SL10.2 I am now trying to upgrade to 3.0.25c. I am on the right track here? Thanks Mike log from laptop logged into the domain as root below [2007/08/25 02:07:49,
2000 Jul 28
1
UNIX/NT Account Creation Scripts?
Hi: We're running Samba on a Unix machine which is a member of the NT domain. This has several interesting ramifications involving UIDs and passwords (I've listed those below). But this is my basic question: Does anyone have any scripts they use across UNIX and NT to create user accounts? I have access to rsh and adduser.pl with the NT Resource Kit, so presumably I could write