Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
AUTOMX_SCRIPT(5)		     automx			AUTOMX_SCRIPT(5)

NAME
     automx_script - automx script backend configuration parameters

DESCRIPTION
     The  automx_sript(5)  man page specifies all parameters that control access
     from within automx to a script backend.

PARAMETERS
     result_attrs (default: none)
	    Specifies a list of one or more variables. The output of the  exter-
	    nal  script  will  assign values to these variables. Results will be
	    assigned in the same order as variables have been listed:

	       result_attrs = server, email, auth, socket

     IMPORTANT:
	automx_script(5) does not check if the number of values returned matches
	the ones expected. Too many return values  will  be  discarded.  If  the
	script	returns  too few automx_script(5) will use the corresponding re-
	sult attribute name.

     script (default: none)
	    Specifies the absolute path to the script which should be run by the
	    backend automx_script(5) backend:

	       script = /usr/local/bin/example_com.sh "%s"

     separator (default: whitespace)
	    Specifies the character that separates values returned by the exter-
	    nal script:

	       separator = ,

AUTHORS
     Christian Roessner <cr@sys4.de>
	    Wrote the program.

     Michael Menge
	    Wrote and contributed this backend.

     Patrick Ben Koetter <p@sys4.de>
	    Wrote the documentation.

SEE ALSO
     automx(8), automx.conf(5), automx_ldap(5), automx_script(5), automx_sql(5),
     automx-test(1)

COPYRIGHT
     This document has been placed in the public domain.

				   02/08/2013			AUTOMX_SCRIPT(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=automx_script&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help