similar to: Change Allowed Workstations with pdbedit

Displaying 20 results from an estimated 2000 matches similar to: "Change Allowed Workstations with pdbedit"

2006 Feb 12
1
how to set valid allowed workstation logins
I'm having trouble setting the Workstations value on a tdbsam backend using pdbedit. I can't seem to find the correct syntax to accomplish this. I found some references in an older version of the HOWTO where there existed "Chapter 10. Account Information Databases". This whole chapter is missing from the current HOWTO even though it is referenced in the newest version (a
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
2012 Apr 03
1
macro characters with pdbedit ?
Hi, I would like to change the Logon script name attributes of a samba user account to something like logon%u.cmd using pdbedit with the --script option. It does not work because the string logon%u.cmd is litteraly taken as the value, loosing the variable substitution at evaluation time. pdbedit -v output gives "Logon Script : logon%u.cmd" .? When creating a user account without
2004 Feb 12
3
More to pdbedit -L segfault
I have recompiled pdbedit 3.0.2 with -g flag to be able to list sources from gdb when debugging pdbedit and discovered some more info but don't know how to interpret it: (gdb) frame 1 #1 0x0806c899 in init_sam_from_buffer (sampass=0x81b8c28, buf=0x81b8d78 "", buflen=208) at passdb/passdb.c:1462 1462 SAFE_FREE(domain); (gdb) print domain $8 = 0x10000 <Address
2014 Dec 15
3
Strange problem with pdbedit -Lv : missing users ?
Dear all, I have a very strange problem with "pdbedit -Lv" under Samba 3.3.10, a lot of users and machines are missing ! Strangely, all these missing machines and users are working perfectly well. The problem is that I need to get their SID to be able to migrate to a new server... TECHNICAL DETAILS : * Samba 3.3.10 * Number of machines : * Unix : 128 machines * pdbedit
2004 Jun 09
1
pdbedit
I have a couple of questions about pdbedit. I am having trouble using pdbedit in shell scripts. First, on a freshly installed system with no-one in the tdbsam database, trying to add multiple machine accounts via a loop construct in a shell script fails with a message that the database can't be found/doesn't exist. I then added root manually just to get the system going, which solves
2004 Jul 21
2
PDBEDIT USE - ACCOUNT FLAGS AND POLICIES - 2ND TIME
Hi everyone... Can somebody help me? I've sent this last Sunday but nobody has replied. Cheers, Rafael -----Mensaje original----- De: Rafael Paris [mailto:rparis@hotelmaruma.com] Enviado el: Domingo, 18 de Julio de 2004 06:58 p.m. Para: 'samba@lists.samba.org' Asunto: PDBEDIT USE - ACCOUNT FLAGS AND POLICIES Good afternoon everyone. I'm trying to set account control flags and
2007 Sep 19
1
pdbedit -P "password history" doesn't work !!
Hi ! This is my firs post here. I've got a problem with password history policy -C 3 which doesn't work !! I set policy pdbedit -P "maximum password age" -C 777600 (90days) pdbedit -P "minimum password age" -C 691200 (80days) "user must logon to change password" -C 2 "password history" -C 3 On clients (XP PRO) some of people
2010 Dec 05
4
samba 3.5.x, pdbedit smb.conf and profiles
Who wins the fight for the roaming profile path, "logon path" in smb.conf or "profile path" set by pdbedit? How do you force the "profile path" in pdbedit to get its value from "logon path" in smb.conf? Is it possible to disable roaming profiles by user with pdbedit and leave "logon path" set in smb.conf? Thanks.
2014 Dec 15
2
Strange problem with pdbedit -Lv : missing users ?
Thank you very much for your answer. It's the default, internal backend. (smbpasswd) a) If I do : tdbdump schannel_store.tdb dump | grep BWPC |grep SECRET | wc I get 95 machines (this number looks good). b) smbpasswd is a text file that looks good. c) I can also do "tdbdump secrets.tdb dump" Thanks a lot in advance for any advice, Denis Le 15.12.2014 22:00, Gaiseric
2005 Jan 06
1
pdbedit syntax for forcing user to change password
Hi all Maybe a stupid question, but I'm not able to figure this out from the manpage nor from the HOWTOs... How can I force a user to change his password at next logon? I tried: # pdbedit -P "user must logon to change password" -C 0 -u username # pdbedit -u username -P "user must logon to change password" -C 0 # pdbedit -P "user must logon to change password"
2004 Jan 09
1
pdbedit bug?
If I try to do the following: /usr/local/samba/bin/pdbedit -a -u someusername -U 5000 This works as one would think, the account is created with a RID of 5000. But when I do: /usr/local/samba/bin/pdbedit -a -m -u somemachinename -U 3000 It does not work as you would think. The account is created but with the RID of the Unix UID*2+1000 not, a RID of 3000 as specificed on the command line. And
2011 May 25
2
Pdbedit cannot modify SID
Hi, I'm trying to migrate from a SME server to an Ubuntu 10.04 Domain names are the same (domain SID already retrieved) example User john on SME server has SID S-1-5-21-1222067456-3914006320-3959678504-11026 User john on Ubuntu server has SID S-1-5-21-1222067456-3914006320-3959678504-3010 Not to loose Windows profiles, I'm trying to modify john's SID on Ubuntu server : pdbedit -u
2005 Jun 17
2
Illegal multibyte sequence error in pdbedit output
dear list, in the output of pdbedit -L -v heupink I'm getting these errors: convert_string_allocate: Conversion error: Illegal multibyte sequence(???p? ????????) Any ideas where to look..? Are these serieus errors..? (it looks as if the errors occur BEFORE the actual ldap connection is opened, so I guess they're not ldap related...) My samba is 3.0.14a, and system is sles9 Below find
2007 Mar 21
6
error while migrating users to ldap with pdbedit
hi list, we want to migrate all our users from smbpasswd into ldap, but first test it so the current samba server in production should not be changed. to achieve this i created a smb.conf file with the following content: --- [smb.conf] [global] workgroup = mpi netbios name = sandy01 netbios aliases = sandy02 sandy03 interfaces = 10.4.0.106/255.255.0.0 bind interfaces only = yes socket
2011 Aug 09
1
pdbedit profile and homedir not chaning on command
Any ideas why this is not working? [root at host67 ~]# pdbedit -u testuser -h \\\\five-68\\testuser -p \\\\five-68\\testuser\\profile Unix username: testuser NT username: Account Flags: [U ] User SID: S-1-5-21-369316088-3201261441-1704813131-2216 Primary Group SID: S-1-5-21-369316088-3201261441-1704813131-513 Full Name: Home Directory: \\host67\testuser
2004 Jan 09
1
Using variables with pdbedit
I am trying to set up roaming profiles and I got it working. Could someone confirm if Samba variables work or do not work in the user database. If I do the following option: pdbedit -s -u username -p "\\\\servername\\sharename\\profilename" my roaming profiles work fine but I have to direclty specify the server name and username. If I do not double up all the "\" it does not
2009 Jun 24
1
"pdbedit -P ..." not affecting all users/howtoforce one user to change password
Hello, I'm using samba 3.2.41 at Debian Lenny. I have some users in my smbpasswd file, now I'm trying to force them to change password once a given period. #pdbedit -P "maximum password age" -C 300 Above-mentioned command is affecting ONLY "new" users (users created after first first launch of this command), "old" users are not affected, passwords
2003 Oct 30
1
Pdbedit can't add users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I get an error, "could not create account to add new user euonht" (euonht is just a random set of characters from a dvorak layout if you must know) That's with pdbedit -a euonht -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (MingW32) iD8DBQE/oY87EK+EAP2ExcQRAgBUAJ99wj/19lt4nYit7PmH+AtCKkzRdQCfbUhM /HTLUxwLeshEdwDLmmPP2J0= =lw3Y
2005 Mar 10
1
pdbedit arguments
I'm curious, why is it that most samba programs take -U as the username flag, but pdbedit uses -u? This one gets me every time that I run pdbedit. -- Paul Gienger Office: 701-281-1884 Applied Engineering Inc. Systems Architect Fax: 701-281-1322 URL: www.ae-solutions.com mailto: pgienger@ae-solutions.com