Newer
Older
mkapachepw / TODO
@toor toor on 14 Jun 2012 1 KB *** empty log message ***
  1. TODO
  2. ----
  3.  
  4. DOCS
  5. ----
  6.  
  7. Mailing list?
  8.  
  9. Unix Only
  10. - Only tested on FBSD
  11. * Should work on other *nix if pw and apache use same hash alg
  12.  
  13. Document exit codes.
  14.  
  15. Note ability to repeat command line arguments
  16.  
  17.  
  18. Accounts without login permission (pw = '*') automatically suppressed.
  19. - Can be overriden with an explicit command line inclusion: -U | +accountname
  20.  
  21. Enumerated In/Excludes
  22. - Applies to *all* entries from system and/or included files
  23. - Can be a quoted space-separate list or separate, repeated cmdline entries for each
  24.  
  25. Include File
  26. - Throws away comments and blank lines in included files.
  27. - Does no validation for sanity of included file content.
  28. - Included files read *after* system group/pw databases
  29. * Entry in included file will *replace* system entry
  30. - Can have multiple includes on the command line
  31. - BOGUSID - what it means/how to use
  32.  
  33. Useful Tricks - Scenarios
  34. - Use *only* external include files
  35. * Set -g and -u so high that no system info is included
  36. * -s flag
  37. - Use *no* files - explicit includes only
  38. * -g 100001 -u 100001 -G .... -U ....
  39.  
  40. Installation Section
  41. - FBSD
  42. - Other