Monday, October 3, 2011

Creating a New User in ProxySG Local Authentication Realm

ProxySG#(config)security local edit local
ProxySG#(config local local)view
  Realm name:                local
  Display name:              local
  Local user list:           local_user_database
  Virtual URL:               www.cfauth.com/
  Spoof authentication:      none
  Validate authorized user:  yes
  Default group name:
  Authorization refresh:     900
  Credentials refresh:       900
  Surrogates refresh:        900
  Inactivity timeout:        900
  Verify cookie ip address:  yes
  Use persistent cookies:    no
  Challenge after log out:   yes
  Log out page display time: 0
ProxySG#(config local local)exit
ProxySG#(config)security local-user-list edit local_user_database
ProxySG#(config local-user-list local_user_database)user create user2
  ok
ProxySG#(config local-user-list local_user_database)view
local_user_database
  Lockout parameters:
    Max failed attempts: 60
    Lockout duration:    3600
    Reset interval:      7200
  Users:
      user2
        Hashed Password:
        Enabled:         true
        Groups:
  Groups:

ProxySG#(config local-user-list local_user_database)user edit user2
ProxySG#(config local-user-list local_user_database user2)password pass123
  ok
ProxySG#(config local-user-list local_user_database user2)

No comments:

Post a Comment