Re: /etc/login.conf

2009-06-06 Thread Paul B. Mahol
On 6/6/09, Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote:
 how can i put in setenv= definition a : character?

 for example i would like to set enviroment variable a to b:c in login.conf

It's documented in login.conf manual.


-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: /etc/login.conf

2009-06-06 Thread Wojciech Puchar


for example i would like to set enviroment variable a to b:c in login.conf


It's documented in login.conf manual.



indeed i missed that.

 Note that since a colon (`:') is used to separate capability entries, 
a
 `\c' escape sequence must be used to embed a literal colon in the 
value

 or name of a capability.


thank you
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: /etc/login.conf password formatting

2003-07-15 Thread Ceri Davies
On Tue, Jul 15, 2003 at 12:20:18PM -0500, Kris Yates wrote:
 Please send replies directly to me as I do not have time to check the 
 list as often as I would like..
 
 Currently, it appears that some passwords on my system are DES, most are 
 MD5.  I found the following below recently, a suggestion to switch to 
 blowfish.  I am down with that!  If I change the following (as shown 
 below) in /etc/login.conf, will the system still decrypt the old DES and 
 MD5 entries, ie. nothing will break in this regard?
 
:passwd_format=blf:\

Correct, but don't forget to rebuild the capability database afterwards
as mentioned at the top of /etc/login.conf.

Also, for completeness, you should also change the crypt_default line
in /etc/auth.conf to read:

crypt_default   =   blf md5 des

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]