View Single Post
  #1   (View Single Post)  
Old 26th August 2010
wesley wesley is offline
Real Name: Wesley
Shell Scout
 
Join Date: Aug 2009
Location: Reunion Island
Posts: 92
Exclamation first install, first boot on netbsd, change password length

I just installed NetBSD, i come from OpenBSD.
I want to change my password to 123, i use NetBSD only for test.
So, i use su command, i edit /etc/login.conf and put the following :

default:\
ath=/usr/bin /bin /usr/sbin /sbin /usr/X11R7/bin\
/usr/X11R6 /bin /usr/pkg/bin /usr/pkg/sbin /usr/local/bin:\
:umask=022:\
:datasize-max=2048M:\
:datasize-cur=1024M:\
:maxproc-max=1024:\
:maxproc-cur=512:\
penfiles-cur=1024:\
:stacksize-cur=8M:\
:minpasswordlen=3:

Run cap_mkdb /etc/login.conf
passwd testuser
it give me an error, require a longer password
If someone can help me.

Thank's
Reply With Quote