search for: rootpassword

Displaying 20 results from an estimated 39 matches for "rootpassword".

2015 Mar 31
0
How to decrypt rootpassword form kickstart file
2015-03-31 8:08 GMT+03:00 Jegadeesh Kumar <jegasmile at gmail.com>: > Hi Team, > > I have the kick start file where my root password is store like > > > # Root password > rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/ > # System authorization information > auth --useshadow --passalgo=sha512 > > > > Is there any way to decry pt the password and
2015 Apr 01
0
How to decrypt rootpassword form kickstart file
On Mar 30, 2015, at 11:08 PM, Jegadeesh Kumar <jegasmile at gmail.com> wrote: > # Root password > rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/ > # System authorization information > auth --useshadow --passalgo=sha512 Those two settings are inconsistent. The $1 at the beginning of that crypt(3) string means it?s an MD5 password. > Is there any way to decry pt the
2015 Apr 01
0
How to decrypt rootpassword form kickstart file
> > This is all interesting, but I've got one dumb question: why do you need > to decrypt it? > In the UK we have a law which give you the right to remain silent; so as not to incriminate yourself. I think in the US its known as "taking the fifth".
2015 Apr 01
1
How to decrypt rootpassword form kickstart file
On Wed, April 1, 2015 11:09 am, Andrew Holway wrote: >> >> This is all interesting, but I've got one dumb question: why do you need >> to decrypt it? >> > > In the UK we have a law which give you the right to remain silent; so as > not to incriminate yourself. I think in the US its known as "taking the > fifth". Indeed. But I for one can deduce
2015 Apr 01
4
How to decrypt rootpassword form kickstart file
Warren Young wrote: > On Mar 30, 2015, at 11:08 PM, Jegadeesh Kumar <jegasmile at gmail.com> wrote: >> # Root password >> rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/ >> # System authorization information >> auth --useshadow --passalgo=sha512 > > Those two settings are inconsistent. The $1 at the beginning of that > crypt(3) string means it?s
2015 Mar 31
6
How to decrypt rootpassword form kickstart file
Hi Team, I have the kick start file where my root password is store like # Root password rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/ # System authorization information auth --useshadow --passalgo=sha512 Is there any way to decry pt the password and get it as plain text. I know single user mode works but my case it in remote site. Thanks, Jegadeesh
2012 Aug 11
2
Extending Puppet Woes
...ppet::Type.type(:database).provide(:mysql) do desc "Manages MySQL database." defaultfor :kernel => ''Linux'' optional_commands :mysql => ''mysql'' def create def create mysql("-u #{resource[:rootuser]} -p\''#{resource[:rootpassword]}\'' -h #{resource[:host]} -NBev", "create database #{@resource[:name]} character set #{resource[:charset]}") end It fails with the following error, if I run the command on the command line it runs successfully but in Puppet it fails. Can someone help me understand how the...
2000 Mar 08
0
samba-tng-alpha-0.11.tar.gz
...ion has security = domain tested and, shock-horror, working. it is possible to do SMB connections with WORKSTATIONNAME\username (wow) and actually, this is _necessary_, because otherwise, how are you going to join it to a domain? :-) :-) as root: samedit -S . -U root% -l log [] createuser root -p rootpassword [] exit samedit -S thepdc -U admin%password -W remotedom -l log [] use \\mylocaltngwksta -U root%rootpassword -W mylocaltngwksta [] createuser mylocaltngwksta$ -j create trust account: OK create $MACHINE.ACC: OK and you're done. <a href=" mailto:lkcl@samba.org" > Luke Kennet...
2002 Jul 16
1
rpcclient and setdriver
...client and rpc commands like cupsaddsmb does, nearly everything works fine, except the last command: when i issue an rpcclient localhost -U "lpadmin%password" -c "setdriver printer printerdriver" , it fails with an NT_STATUS_UNSUCCESSFUL if i issue the same command using root%rootpassword (after setting the proper options in smb.conf!) it succeeds. I tried changing ownership of some .tdb files, but no way. Any clue ? David Morel
2003 Apr 27
2
smbpasswd via cgi
...=prupref,dc=com changetype: modify replace: userPassword userPassword: PASSWORD"; $temp_ldif =~ s/USERNAME/$username/; $temp_ldif =~ s/PASSWORD/$md5/; my $ldap_update = `echo "$temp_ldif\n" | /usr/bin/ldapmodify -x -D "cn=root,dc=prupref,dc=com" -w ROOTPASSWORD 2>&1`; my $samba_update = `echo "$password\n$password\n" | /usr/bin/smbpasswd -s $username 2>&1`; print $app->header(); print $app->start_html(); print $app->h1({align=>'center'}, "Password Changed"); pr...
2004 Nov 26
1
package dependency problem
...ng a list of packages that are dependent on python2.2, "that is not available". The packages listed are: authconfig-gtk comps-extras firstboot redhat-config-date redhat-config-keyboard redhat-config-kickstartrhpl redhat-config-language redhat-config-mouse redhat-config-nfs redhat-config-rootpassword redhat-config-samba redhat-config-securitylevel redhat-config-soundcardredhat-config-users redhat-config-xfree86 When I wrote to the yum mailing list, I put in: "Unless Python 2.3 breaks those packages (which I think is unlikely), I thought I should be able to upgrade Python to a newer versi...
2005 Dec 14
7
Joining a Samba 3 domain repost
Sorry still unable to find documentation Hello I have set up a Samba 3 PDC on RHEL4 using the tdbsam backed. I can log in as a user who has been added to the tdbsam database from a workstation. When I try to add the workstation to the domain (after breaking user connections to the server) I get "The following error occurred while trying to joining the domain xyz.com. Access denied. I
2014 Nov 02
3
[PATCH] customize: Add --ssh-inject option for injecting SSH keys.
...6,8 +306,8 @@ read the man page virt-builder(1). | `Command _ | `InstallPackages _ | `Script _ | `Update -> true | `Delete _ | `Edit _ | `FirstbootCommand _ | `FirstbootPackages _ | `FirstbootScript _ | `Hostname _ | `Link _ | `Mkdir _ - | `Password _ | `RootPassword _ | `Scrub _ | `Timezone _ | `Upload _ - | `Write _ | `Chmod _ -> false + | `Password _ | `RootPassword _ | `Scrub _ | `SSHInject _ + | `Timezone _ | `Upload _ | `Write _ | `Chmod _ -> false ) ops.ops in if requires_execute_on_guest then...
2003 Mar 10
0
RE: The account is not authorized to log in from this station
...t account? I'm a sorta-newbie but seem to recall that root is blocked in the default configuration. re: WINDOWS 2000 When i try to connect to my SAMBA server from windows 2000 professional i get the following message: This is the windows DOS screen: D:\>net use * \\samba\shared /user:root rootpassword System error 1240 has occurred. The account is not authorized to log in from this station. Thanks, Tarvin Rhodes Network Admin Sysco/Charlotte 704.723.6062 IMPORTANT: The author intends that this electronic message is for exclusive use by the individual(s) or entity(s) to which it is addressed...
2008 Apr 21
0
Command 'net rpc ...' yields nothing
...er Rights and Privileges" part, the net rpc command. My goal was to create a new user, other then the root, with a privillege restricted to merely joining PC's into the domain (SeMachineAccountPrivilege). But when I tried one of the command there, e.g. the 'net rpc rights list -U root%rootPassword', nothing came up. Is this normal? Then how to do it right? FYI, I'm using samba-3.0.20b-3.3 with openldap2-2.2.27-6, and openSuSe 10.0. Thank you for your help. Regards,
2015 Feb 02
0
[PATCH 7/7] customize: add copy-in operation (RHBZ#1135585).
..., 1 deletion(-) diff --git a/builder/cmdline.ml b/builder/cmdline.ml index 1c6ab98..9dad141 100644 --- a/builder/cmdline.ml +++ b/builder/cmdline.ml @@ -309,7 +309,7 @@ read the man page virt-builder(1). | `FirstbootScript _ | `Hostname _ | `Link _ | `Mkdir _ | `Password _ | `RootPassword _ | `Scrub _ | `SSHInject _ | `Timezone _ | `Upload _ | `Write _ | `Chmod _ - | `CommandsFromFile _ -> false + | `CommandsFromFile _ | `CopyIn _ -> false ) ops.ops in if requires_execute_on_guest then error (f_"sorry, cannot run c...
2015 Mar 05
1
[PATCH] add --truncate to virt-customize
Fixes RHBZ#119673. Maros Zatko (1): customize: add --truncate option (RHBZ#119673) builder/cmdline.ml | 2 +- customize/customize_run.ml | 4 ++++ generator/customize.ml | 9 +++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) -- 1.9.3
2015 Mar 05
0
[PATCH] customize: add --truncate-recursive option
...e7e07..debc789 100644 --- a/builder/cmdline.ml +++ b/builder/cmdline.ml @@ -313,7 +313,8 @@ read the man page virt-builder(1). | `Delete _ | `Edit _ | `FirstbootCommand _ | `FirstbootPackages _ | `FirstbootScript _ | `Hostname _ | `Link _ | `Mkdir _ | `Password _ | `RootPassword _ | `Scrub _ | `SSHInject _ - | `Truncate _ | `Timezone _ | `Upload _ | `Write _ | `Chmod _ + | `Timezone _ | `Truncate _ | `TruncateRecursive _ + | `Upload _ | `Write _ | `Chmod _ | `CommandsFromFile _ | `CopyIn _ -> false ) ops.ops in if...
2015 Mar 23
1
[PATCH] customize: add --copy
From: Maros Zatko <hacxman@gmail.com> This adds --copy SOURCE:DEST, equivalent of calling g#cp_a src dst. RFE: RHBZ#1203817 Maros Zatko (1): customize: add --copy builder/cmdline.ml | 2 +- customize/customize_run.ml | 4 ++++ generator/customize.ml | 10 ++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) -- 1.9.3
2015 Mar 23
2
[PATCH] customize: add --move
From: Maros Zatko <hacxman@gmail.com> This adds --move SOURCE:DEST, equivalent of calling g#mv src dst. RFE: RHBZ#1203817 Maros Zatko (1): customize: add --move builder/cmdline.ml | 2 +- customize/customize_run.ml | 4 ++++ generator/customize.ml | 10 ++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) -- 1.9.3