Changes

Jump to navigation Jump to search
535 bytes added ,  19:17, 5 May 2013
Line 503: Line 503:  
  db accounts setprop user Shell /bin/bash
 
  db accounts setprop user Shell /bin/bash
 
  signal-event user-modify user
 
  signal-event user-modify user
 +
 +
===Give some external or internal access permissions to the foo services===
 +
config setprop foo PublicAccess OPTION
 +
 +
OPTION is either of the following.
 +
 +
        none            => No access
 +
        local            => Local network  (no password required)
 +
        local-pw        => Local network  (password required)
 +
        global          => Entire Internet(no password required)
 +
        global-pw        => Entire Internet(password required)
 +
        global-pw-remote => Entire Internet(password required outside local network)
    
===Password strength===
 
===Password strength===

Navigation menu