search for: mkgroup

Displaying 15 results from an estimated 15 matches for "mkgroup".

Did you mean: m_group
2001 Nov 20
1
Fw: mkgroup -d failed with error 1332 (LookupAccountName)
Yes the machine I'm running this from is a member of the Domain. Mkpasswd works just great, mkgroup doesn't. Has anyone else seen this problem or know what the problem could be? ----- Original Message ----- From: "Kevin Schnitzius" <kevin.schnitzius@citrix.com> To: "'Joshua McClintock'" <joshuam@gravityedge.com> Sent: Friday, November 09, 2001 11:...
2005 Mar 13
0
[PATCH] contrib/cygwin/ssh-host-config: Reliability fix
...this script create a new local account 'sshd_server' which has" if request "the required privileges?" then - _admingroup=`awk -F: '{if ( $1 != "root" && $2 == "S-1-5-32-544" ) print $1;}' ${SYSCONFDIR}/group` + _admingroup=`mkgroup -l | awk -F: '{if ( $2 == "S-1-5-32-544" ) print $1;}' ` if [ -z "${_admingroup}" ] then - echo "There's no group with SID S-1-5-32-544 (Local administrators group) in" - echo "your ${SYSCONFDIR}/group file. Please regenerate t...
2012 Mar 30
2
Does create_resources support virtual resources?
...'ve read so far don''t address it. The class (in init.pp): class users { $system_users = hiera(''system_users'') $system_groups = hiera(''system_groups'') create_resources("@users::mkuser",$system_users) create_resources("@users::mkgroup",$system_groups) } # class users The define (in mkuser.pp): define users::mkuser ( $uid, $gid = undef, $group = undef, $shell = ''/bin/bash'', $home = undef, $ensure = ''present'', $managehome = true, $dotssh = ''ensure'', $co...
2005 Jul 04
0
[Bug 2847] New: Group not preserved with rsync 2.6.3 on Cygwin in daemon mode
...5 and winbind configured in order to preserve ownership and group of files transferred from Windows Workstations (with rsync running as daemon). Issuing a rsync -axz rsync://windowsmachine/module/ /backupstorage/ with a high level of verbosity I notice that the group is always transmitted as "mkgroup" instead of real group name, thus the backup server can't handle the group and saves the file with the original gid (from log: gid 11003(mkgroup) maps to 11003). The ownership instead is correctly mapped (from log: uid 11012(igor) maps to igor). I checked /etc/group in CYGWIN environment...
2004 Oct 04
2
cwRsync- chdir failed, server 2003
...irectory BUT, if I start a cygwin shell on the server machine, I get this: ####################################################################### $ cd /cygdrive/ Administrator@hq-dr01 /cygdrive $ ls -al total 0 dr-xr-xr-x 11 0 root 0 Jan 1 1970 . drwxrwx---+ 9 Administ mkgroup- 0 Sep 30 11:18 .. drwxrwxr-x+ 17 Administ root 0 Sep 28 12:30 c drwxrwxr-x+ 13 Administ SYSTEM 0 Sep 29 11:30 d drwxrwxr-x+ 9 Administ SYSTEM 0 Sep 29 08:41 e drwxrwxr-x+ 9 Administ SYSTEM 0 Sep 27 15:49 f drwxrwxrwx+ 15 Administ root...
2003 Mar 31
1
Transparent migration of users to a samba PDC, how about cygwin tool ?
...ause the users identity (SID) has changed, even if the users ID in /etc/passwd and /etc/samba/smbpasswd are the ones extract with pwdump.exe from the NT PDC. 1- Is this feature normal 2- Can I do better with actual Samba tools ? 3- If not, how about using information from cygwin tool mkpasswd and mkgroup from wich I can extract lines like myusername::11190:10513:this_is_me,S-1-5-21-90123874-2034640729-581009308-1190:/home/myusername:/bin/sh and Domain Users:S-1-5-21-90123874-2034640729-581009308-513:10513: These contains the SID of the users and group. Is there a way to exploit this informa...
2006 Feb 09
6
chown DOMAIN+mylogin /dir fails (Please help)
What can I look at to understand why chown keeps saying user does not exist. wbinfo -u/-g returns the user information klist -v shows kerberos is working net ads join works fine wbinfo -t shows secret is fine aix does not have getent so I can't run getent passwd -- is there something equivalent on aix? /usr/lib/security/methods.cfg has: WINBIND: program =
2006 Jul 07
0
cygwin sshd
...I recently installed active directory on a windows server 2003 system and promoted it to a domain controller. The problem is, only users in the Administrators group can log in using ssh; other users get the "Password denied, please try again." message. I've tried using mkpasswd and mkgroup with local users, domain users, and both local and domain users to no avail. I'll do my best to facilitate in helping solve this problem, any insights are vey much appreciated. Thanks, -- Brandon Barker Phone: (859) 948-5335 GPG Key: http://bigapple.uky.edu/~brandon/my_pgp_key.html
2009 Sep 15
1
How to get Default builtins added?
...upgrade to the tdbsam: backend, but I'm missing the built-security principles. Do I need to go back to the smbpasswd backend, and add them in the file *first* before converting? I had them there at one point, but I think I think I deleted them because they weren't working. Cygwin's mkgroup command couldn't seem to pull in the groups from my samba server). But, by default, files I create through the 'gui' get created with group '513' (Domain User). Any scripts to add the default principles to a newly converted TDBSAM? Thanks for any help...been hitting the Samba...
2005 Jun 12
2
Building Stand-Alone NT Installer. Need Advice on File Structure. Thank you!
...es (I may be wrong). I wish to ask the community to take a look at the following enclosed tree and correct any possible flaws, mistakes and point out any unnecessary files & folders. Also, I've diffed against SSHWindows 3.8.1p1 so to include applications such as "mkdir.exe", "mkgroup.exe" & "mkpasswd.exe". PLEASE NOTE: Unnecessary files and folders should be ERASED! PLEASE NOTE: To make sense and to help the community please replace >> OR ?? with !! IF the file or folder should be deleted. Please replace >> OR ?? with << IF it should be ke...
2004 Mar 26
1
rsync/cwsync dir spaces on the path
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi: First let me say that rsync/cwrsync is amazing ! And sorry ! if I'm bothering you with this question... I need to sync my work files from the WinXP Pro machine to our Solaris one... so far so fine.. My problem is when I specify the path on the rsyncd.conf (cwrsync) I have tried many combinations from:
2009 Feb 09
6
[Bug 1553] New: key based (authorized_keys2) authentication is not working in Windows 2003
...SP2. 2. Use following commands to create user and group/password creation, net user root test at 123 /add mkdir \"Documents and Settings"\root\.ssh cd \"Documents and Settings" cacls root /T /P everyone:F cd \ cd \"Program Files"\OpenSSH\bin" mkgroup -l > ..\etc\group mkpasswd -l > ..\etc\passwd net start opensshd 3. Use ssh-keygen -t rsa command to generate the key as follows. Use empty for no passphrase. 4. Copy the id_rsa.pub key as authorized_keys2 5. Restart the openssh service. 6. Prompting for password while checking self aut...
2005 Jun 11
0
Building NT installer. Need Advice RE: File Structure.
...n\crypt.exe bin\cygcrypt-0.dll bin\cygcrypto-0.9.7.dll bin\cygiconv-2.dll bin\cygminires.dll bin\cygrunsrv.exe bin\cygssl-0.9.7.dll bin\cygwin1.dll bin\cygz.dll bin\false.exe bin\ls.exe bin\mkdir.exe bin\mkgroup.exe bin\mkpasswd.exe bin\openssl.exe >> bin\openssl_fips_fingerprint bin\rm.exe bin\scp.exe bin\sftp.exe bin\sh.exe >> bin\slogin bin\ssh.exe bin\ssh-add.exe bin\ssh-agent.exe >> bin\ssh-host-co...
2005 Jun 12
0
Building NT installer. Need Advice RE: File Structure.
...n\crypt.exe bin\cygcrypt-0.dll bin\cygcrypto-0.9.7.dll bin\cygiconv-2.dll bin\cygminires.dll bin\cygrunsrv.exe bin\cygssl-0.9.7.dll bin\cygwin1.dll bin\cygz.dll bin\false.exe bin\ls.exe bin\mkdir.exe bin\mkgroup.exe bin\mkpasswd.exe bin\openssl.exe >> bin\openssl_fips_fingerprint bin\rm.exe bin\scp.exe bin\sftp.exe bin\sh.exe >> bin\slogin bin\ssh.exe bin\ssh-add.exe bin\ssh-agent.exe >> bin\ssh-host-co...
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
...-5-32-544" ) print $1;}' ${SYSCONFDIR}/group` + if [ -z "${_admingroup}" ] + then + echo "There's no group with SID S-1-5-32-544 (Local administrators group) in" + echo "your ${SYSCONFDIR}/group file. Please regenerate this entry using 'mkgroup -l'" + echo "and restart this script." + exit 1 + fi + dos_var_empty=`cygpath -w ${LOCALSTATEDIR}/empty` + while [ "${sshd_server_in_sam}" != "yes" ] + do + if [ -n "${password_value}" ] + then + _passw...