Mailinglist Archive: opensuse-autoinstall (64 mails)
| < Previous | Next > |
RE: [suse-autoinstall] Login incorrect
- From: "Kugelberg, Thorsten" <thorsten.kugelberg@xxxxxxxxxxx>
- Date: Wed, 14 Aug 2002 10:41:07 +0000 (UTC)
- Message-id: <3B5A2C5E1BD09648BA02EEE58CE859E337A302@xxxxxxxxxxxxxxxxxxxxxxxx>
Hello Guido,
the password has to be encrypted in the xml file.
just use 'htpasswd -n <user>' or 'htpasswd -nb <user> <passwdord>'
example:
ls3512:~ # htpasswd -n root
New password:
Re-type new password:
root:ZHMzHMSmxYFIE
or
ls3512:~ # htpasswd -nb root root123
root:raPDr65tuS91Q
Then you have to copy the password into the XML file like:
<users config:type="list" >
<user>
<encrypted config:type="boolean" >true</encrypted>
<user_password>raPDr65tuS91Q</user_password>
<username>root</username>
</user>
<user>
<encrypted config:type="boolean" >true</encrypted>
<user_password>pZzfg8kdfCbIY</user_password>
<username>sms</username>
</user>
</users>
root is root123
sms is sms123
just like in your example...
Regards
Thorsten
-----Original Message-----
From: Guido Frohn
To: suse-autoinstall@xxxxxxxx
Sent: 14.08.2002 11:53
Subject: [suse-autoinstall] Login incorrect
My first try to install a SuSE Linux test system via AutoYast2 was near
successfully.
After installing automatically the system boot up correct and pop up the
login screen, but a login fails (Login incorrect) with both accounts
(see autoinst.xml).
I have used the standard SuSE 8.0 CD Roms and the autoinst.xml file was
saved on a floppy.
I am shure that I have entered the passwords correct and CapsLock was
not active -: )
Here a part of the autinst.xml created with AutoYast2 :
...
<users config:type="list" >
<user>
<encrypted config:type="boolean" >true</encrypted>
<user_password>root123</user_password>
<username>root</username>
</user>
<user>
<encrypted config:type="boolean" >true</encrypted>
<user_password>sms123</user_password>
<username>sms</username>
</user>
</users>
...
Thanks!
Guido Frohn
<<ATT558521.txt>>
the password has to be encrypted in the xml file.
just use 'htpasswd -n <user>' or 'htpasswd -nb <user> <passwdord>'
example:
ls3512:~ # htpasswd -n root
New password:
Re-type new password:
root:ZHMzHMSmxYFIE
or
ls3512:~ # htpasswd -nb root root123
root:raPDr65tuS91Q
Then you have to copy the password into the XML file like:
<users config:type="list" >
<user>
<encrypted config:type="boolean" >true</encrypted>
<user_password>raPDr65tuS91Q</user_password>
<username>root</username>
</user>
<user>
<encrypted config:type="boolean" >true</encrypted>
<user_password>pZzfg8kdfCbIY</user_password>
<username>sms</username>
</user>
</users>
root is root123
sms is sms123
just like in your example...
Regards
Thorsten
-----Original Message-----
From: Guido Frohn
To: suse-autoinstall@xxxxxxxx
Sent: 14.08.2002 11:53
Subject: [suse-autoinstall] Login incorrect
My first try to install a SuSE Linux test system via AutoYast2 was near
successfully.
After installing automatically the system boot up correct and pop up the
login screen, but a login fails (Login incorrect) with both accounts
(see autoinst.xml).
I have used the standard SuSE 8.0 CD Roms and the autoinst.xml file was
saved on a floppy.
I am shure that I have entered the passwords correct and CapsLock was
not active -: )
Here a part of the autinst.xml created with AutoYast2 :
...
<users config:type="list" >
<user>
<encrypted config:type="boolean" >true</encrypted>
<user_password>root123</user_password>
<username>root</username>
</user>
<user>
<encrypted config:type="boolean" >true</encrypted>
<user_password>sms123</user_password>
<username>sms</username>
</user>
</users>
...
Thanks!
Guido Frohn
<<ATT558521.txt>>
| < Previous | Next > |