Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: asterof on January 22, 2007, 12:22:55 AM

Title: First day working with SME FREEBSD user
Post by: asterof on January 22, 2007, 12:22:55 AM
config show passwordstrength

I have dropped to root on login
typed the above commands but nothing was returned to the screen
what am I missing
Title: First day working with SME FREEBSD user
Post by: bpivk on January 22, 2007, 11:40:48 AM
/sbin/e-smith/config show passwordstrength should work
Title: First day working with SME FREEBSD user
Post by: william_syd on January 24, 2007, 02:05:48 AM
If you login straight as root then
Code: [Select]
db configuration show passwordstrength
should work.

The short cut for the above is
Code: [Select]
config show passwordstrength

The path /sbin/e-smith is optional.

If you login as another user then the path maybe required.

If you su root the path is required.

If you su - root the path is not required. (this was mentioned in the forums already)