faxadduser.1m
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:2k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. ." $Id: faxadduser.1m,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $
  2. ."
  3. ." HylaFAX Facsimile Software
  4. ."
  5. ." Copyright (c) 1999 Robert Colquhoun
  6. ." 
  7. ." HylaFAX is a trademark of Silicon Graphics
  8. ." 
  9. ." Permission to use, copy, modify, distribute, and sell this software and 
  10. ." its documentation for any purpose is hereby granted without fee, provided
  11. ." that (i) the above copyright notices and this permission notice appear in
  12. ." all copies of the software and related documentation, and (ii) the names of
  13. ." Sam Leffler and Silicon Graphics may not be used in any advertising or
  14. ." publicity relating to the software without the specific, prior written
  15. ." permission of Sam Leffler and Silicon Graphics.
  16. ." 
  17. ." THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  18. ." EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  19. ." WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  20. ." 
  21. ." IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  22. ." ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  23. ." OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  24. ." WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  25. ." LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  26. ." OF THIS SOFTWARE.
  27. ."
  28. .if n .po 0
  29. .ds Fx fIHylas-1FAXs+1fP
  30. .TH FAXADDUSER ${MANNUM1_8} "Aug 10, 1999"
  31. .SH NAME
  32. faxadduser - add a fax user to the permissions file
  33. .SH SYNOPSIS
  34. .B ${SBIN}/faxadduser
  35. [
  36. .B -a
  37. .I admin-password
  38. ] [
  39. .B -f
  40. .I permissions file
  41. ] [
  42. .B -h
  43. .I host name
  44. ] [
  45. .B -p
  46. .I password
  47. ] [
  48. .B -u
  49. .I uid
  50. .I username
  51. .SH DESCRIPTION
  52. .I faxadduser
  53. creates a new user for HylaFAX services, updating appropriate
  54. permission files(see
  55. .IR hosts.hfaxd (${MANNUM4_5})).
  56. .PP
  57. .SH OPTIONS
  58. The following options are available:
  59. .TP 10
  60. .BI -a " admin-password"
  61. Password for the user to gain admin privileges.
  62. .TP 10
  63. .BI -f " permissions-file"
  64. Use a permissions file other than the default.
  65. .TP 10
  66. .BI -h " host name"
  67. Authenticate user from this host only.
  68. .TP 10
  69. .BI -p " password"
  70. Password for the user to access fax services.
  71. .TP 10
  72. .BI -u " user-id"
  73. User id number for user.
  74. .SH "SEE ALSO"
  75. .IR faxdeluser (${MANNUM1_8}),
  76. .IR hosts.hfaxd (${MANNUM4_5}),