Displaying 20 results from an estimated 205 matches for "rootpw".
2007 Sep 04
1
rootpw and graphical mode?
Is there some kind of caveat to using the rootpw --iscrypted directive
and then specifying a graphical install?
I always seem to get the prompt coming up...
If I remove the graphical and do a text install, it works fine and if
I remove the --iscrypted and put a plain-text password in there, it
works as well.
Any suggestions?
- G
2007 May 29
1
Re: centos and http
...any bootable v5 cd - i use cd 1 of 6
>> from the CentOS5 set of CD isos
>>
>> At the prompt i think it is
>> #linux ks=http://your.ip/ks/whatever.cfg
>>
>> whatever.cfg would look like this;
>>
>> Note: Edit a least the following lines;
>> url, rootpw, timezone
>>
>> You may want to grab anaconda.cfg from the root folder of your most
>> recently installed CentOS5 installation and compare the lines (esp
>> rootpw and timezone to get the spelling right)
>>
>> You may also want to comment out rootpw and the par...
2003 Dec 03
1
net rpc vampire is sucking my brain!
...ldbm
suffix "dc=nephrology,dc=iupui,dc=edu"
rootdn "cn=root,dc=nephrology,dc=iupui,dc=edu"
# Cleartext passwords, especially for the rootdn, should
# be avoided. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
# rootpw secret
# rootpw {crypt}ijFYNcSNctBYg
#rootpw {SSHA}GDtVlBhvQsENtjM3OD1GBFAWMkhv+3m/
rootpw something sensible
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd and slap tools.
# Mode...
2007 Jun 07
1
machine classes
I''m having a bit of a tricky time with this.. I have an exec like this that
I want to run on all servers on the puppet network but like our email
servers
class rootpw {
exec { "/bin/echo test 1 2 3":
path => "/usr/bin:/usr/sbin:/bin",
schedule => daily,
}
}
So I have a list of ips that I don''t want that command to run on.. Is there
an easy way to go about this?
Thanks
mike
_...
2010 Apr 19
2
Problem with first login
...9;m not completely sure.
My /etc/openldap/slapd.conf file has...
access to *
by self write
by * read
by anonymous auth
database bdb
suffix "dc=my-domain,dc=com"
rootdn "cn=Manager,dc=my-domain,dc=com"
rootpw {SSHA}xxxxx
My /etc/ldap.conf has the following lines (among others)...
host 127.0.0.1
base dc=my-domain,dc=com
If I do the following command...
ldapsearch -x -D "cn=Manager,dc=my-domain,dc=com" -W
from the command line it asks for a password.
If I...
2003 Dec 23
4
Trying to use LDAP: Failed to bind to server: Invalid Credentials
...setting in either the slapd.conf or LFIF file used to initialise the database and could this account for the ?Invalid Credentials? message?
Or could it be the password?
2. The password I use is ?colafoo?. So I?ve typed ?smbpasswd ?w colafoo?. In my slapd.conf file there are two lines starting rootpw. Should either of these be set to colafoo. They were both commented out. On the other hand there are three lines in the LDIF file starting ?userPassword: {SSHA}?. I generated the password using
?slappasswd ?s colafoo? and put the result into the files. Have I made an error there?
Finally
3. The...
2005 Jun 05
4
Problems with testing Openldapserver telnet localhost 389
.../etc/openldap/schema/yast.schema
include /etc/openldap/schema/nis.schemas
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd/slapd.args
database ldbm
suffix "dc=samba,dc=junits"
rootdn "cn=admin,dc=samba,dc=junits"
rootpw secret
directory /var/lib/ldap
cachesize 40000
dbcache 60000000
index cn,sn,uid,displayName pres,sub,eq
index uidNumber,gidNumber eq
index sambaSID eq
index sambaPrimaryGroupSID...
2011 Aug 17
3
OpenLDAP setup and bootstraping in CentOS 6
I'm having trouble getting openldap through its initial setup.
I created a /etc/openldap/slap.conf file with a default rootdn and rootpw, and they didn't seem to take effect. After much wailing and gnashing of teeth I found that if there is a config directory at /etc/openldap/slapd.d, it will ignore slapd.conf. I can't figure out how to translate slapd.conf into the (new?) standard of slapd.d because all the examples I can...
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
2010 Nov 02
1
openldap fails to authenticate
...r account:
database bdb
suffix "dc=example,dc=net"
rootdn "cn=Manager,dc=example,dc=net"
# Cleartext passwords, especially for the rootdn, should
# be avoided. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw secret
# rootpw {CRYPT}secret
And I am getting error 49's in my openldap logs with loglevel set to 296
/var/log/openldap.log
Nov 2 15:45:58 ldap slapd[3522]: slapd starting
Nov 2 15:46:14 ldap slapd[3522]: conn=0 fd=11 ACCEPT from
IP=127.0.0.1:44552 (IP=0.0....
2008 Feb 06
2
kickstart %post not executed
...oot
# Partition information
.....
# General system config
bootloader --location=mbr
keyboard uk
lang en_GB.UTF-8
langsupport en_GB.UTF-8
timezone --utc GMT
mouse none
# Network information
network --device eth0 --bootproto dhcp
# Security bits
authconfig --enableshadow --enablemd5 --enablecache
rootpw --iscrypted somepasswd
firewall --disabled
selinux --disabled
%packages
@core
%post
echo "Now starting post install"
mkdir /tmp/VM
Is this a known problem or am I doing something wrong?
Thanks
Simone
_______________________________________________
Xen-users mailing list
Xen-users...
2006 May 30
0
Vampire Problems
...index sambaSID eq
#index sambaPrimaryGroupSID eq
#index sambaDomainName eq
#index default sub
access to
attrs=userPassword,sambaLMPassword,sambaNTPassword
by self write
by anonymous auth
by * none
access to *
by * read
rootpw secret
# rootpw = salaminr
rootpw {SSHA}QZL7bfgDMNalQiolDWfAnLA5gBAQXcDGye
# The database directory MUST exist prior to running
slapd AND
# should only be accessible by the slapd and slap
tools.
# Mode 700 recommended.
directory /usr/local/var/openldap-data
# Indices to maintain
#...
2012 Jul 24
0
(no subject)
...???????????????? sub
index?? uidNumber?????????????? eq
index?? gidNumber?????????????? eq
index?? mail,givenName????????? eq,subinitial
index?? dc????????????????????? eq
database bdb
suffix "dc=defensoria,dc=mg,dc=gov,dc=br"
rootdn "cn=admin,dc=defensoria,dc=mg,dc=gov,dc=br"
#rootpw {SSHA}jtLR1an4EKJ7hKyMaPA7ZNvHzY7SG5M5
#rootpw {MD5}UURX0uvsL6q4+bFJJkUWew==
directory /var/lib/ldap
rootpw galo
access to *
??????? by dn="cn=admin,dc=defensoria,dc=mg,dc=gov,dc=br" write
??????? by users read
??????? by self write
??????? by * read
access to attrs=userPassword,sambaN...
2009 Jan 22
0
Samba LDAP PDC not working together
...##############################################################
database bdb
suffix dc=kefri,dc=org
rootdn uid=root,dc=kefri,dc=org
# Cleartext passwords, especially for the rootdn, should
# be avoided. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
#rootpw secret
# rootpw {crypt}ijFYNcSNctBYg
rootpw {SSHA}+KMNtuLOV40UQ1HzHiXzi9KgalThtC0w
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.
directory /var/lib/ldap
# Indices to maintain f...
2004 Jun 16
0
LDAP idmap backend
...ldapserver.subdomain.domain.com:389
ldap suffix = dc=mnelabs,dc=mne,dc=psu,dc=edu
ldap idmap suffix = ou=Idmap
ldap admin dn = cn=Manager,dc=subdomain,dc=domain,dc=com
My slapd.conf says:
suffix "dc=subdomain,dc=domain,dc=com"
rootdn "cn=Manager,dc=subdomain,dc=domain,dc=com"
rootpw long-encrypted-password starting with {SSHA}
I ran slappasswd and entered my password, and it gave me the rootpw.
I ran smbpasswd -w and used the same password as the slappasswd, and it
said it set the stored password in secrets.tdb.
Now, when I restart winbind, the log says:
[2004/06/16 10:51:...
2003 Jan 28
1
ldap_modify_s Insufficient access
...nss_ldap
crypt des
# f?r pam_ldap
pam_filter objectclass=posixAccount
pam_login_attribute uid
pam_crypt local
pam_password crypt
ldap_version 3
/etc/openldap/slap.conf
suffix "dc=tdm-consult,dc=com"
rootdn "cn=tdm,dc=tdm-consult,dc=com"
rootpw {crypt}...
/etc/pam.d/passwd
auth required pam_unix2.so nullok
account required pam_unix2.so
password required pam_pwcheck.so nullok
password required pam_unix2.so nullok use_first_pass use_authtok
session required pam_unix2.so
/etc/security/pam_unix2
a...
2005 Aug 09
1
Net RPC Vampire not sucking all groups
...by anonymous auth
loglevel 296
#schemacheck on
idletimeout 30
#backend bdb
database bdb
checkpoint 1024 5
cachesize 10000
suffix "dc=skibanff,dc=com"
rootdn "cn=Manager,dc=skibanff,dc=com"
# rootpw = not24get
rootpw {SSHA}krp1QiI7UOd1plT2kSUad3LjpGNtcJFE
directory /var/lib/ldap
# Indices to maintain
index objectClass eq
index cn pres,sub,eq
index sn pres,sub,eq
index uid pres,sub,eq
index displayNam...
2016 Aug 25
1
dracut-initqueue timeout with virt-install... but it works (kinda?)
...ion /home/CentOS-7-x86_64-Minimal-1511.iso \
--initrd-inject=/home/kickstart.cfg \
--extra-args="ks=file:/kickstart.cfg" \
--debug \
--accelerate
kickstart.cfg:
text
install
cdrom
lang en_US.UTF-8
keyboard us
network --onboot yes --device eth0 --bootproto dhcp --noipv6
rootpw testing123
firewall --service=ssh
authconfig --enableshadow --passalgo=sha512
selinux --disable
timezone --utc America/New_York
bootloader --location=mbr
zerombr
clearpart --all --initlabel
autopart
reboot
%packages --nobase
@core
%end
?
Matthew Crocker
President - Crocker Communications, I...
2012 Dec 07
2
Questions on making a kickstart cfg
So I took the anaconda cfg, commented out the partition/disk pieces and
ran it off my repo server and it almost worked.
Little things like not including things I had done on network setup. No
first boot.... :)
So now I am reading up on building a kickstart cfg
http://wiki.centos.org/TipsAndTricks/KickStart
http://www.centos.org/docs/5/html/5.2/Installation_Guide/s1-kickstart2-howuse.html
2016 Aug 17
0
Anaconda error on centos 7.2
...ork --bootproto=dhcp --device=enp4s0f3 --onboot=yes --ipv6=auto
#network --bootproto=dhcp --device=enp7s0f0 --onboot=yes --ipv6=auto
#network --bootproto=dhcp --device=enp7s0f1 --onboot=yes --ipv6=auto
#network --hostname=localhost.localdomain
# Reboot after installation
reboot
# Root password
#rootpw --iscrypted
$6$1VdyMsGywTam2QoF$h9G0RZJlZ8etF8LMvjT8LBuYoRkWfP3nXSP8UrNtW6gV/gHCjdUbnMDca.St2NVftNz5rJ5bZ/FgvLky2j2TG1
rootpw "root"
# Create user admin
user --groups=wheel --name=admin
--password=$6$zVk6Jq/HtswVONHY$0frpMHx1IBOe302zYnhdo9xRQS6NOgBWgpXpH33k3dNYkHm1jCo6Cj.SXn9Ct/BugC.0iTk...