Menu

#18 default value STORE_PLAINTEXT_PW

ver 1.2.x
closed-invalid
generic (5)
3
2007-07-16
2007-03-21
No

from openserctlrc:

## do (1) or don't (0) store plaintext passwords
## in the subscriber table - default '1'
# STORE_PLAINTEXT_PW=0

I think this is wrong and the default value is '0'

Discussion

  • Daniel-Constantin Mierla

    • assigned_to: nobody --> miconda
    • status: open --> closed-invalid
     
  • Daniel-Constantin Mierla

    Logged In: YES
    user_id=1246013
    Originator: NO

    Default is 1, openserctl.base:

    if [ -z "$STORE_PLAINTEXT_PW" ] ; then
    STORE_PLAINTEXT_PW=1
    fi

     

Log in to post a comment.