diff options
author | Gerald Carter <jerry@samba.org> | 2007-03-21 20:48:00 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:30 -0500 |
commit | cb00e76bf95890f4b238b65df7f2bc615348e814 (patch) | |
tree | 8a12a3f0cddffdd72d0693301b4347d124024ff5 /docs | |
parent | 8e14759e5c321f3b1e761e80ed2145d9e3785c91 (diff) | |
download | samba-cb00e76bf95890f4b238b65df7f2bc615348e814.tar.gz samba-cb00e76bf95890f4b238b65df7f2bc615348e814.tar.bz2 samba-cb00e76bf95890f4b238b65df7f2bc615348e814.zip |
add stubs for idmap_{ad,rid}.8
(This used to be commit 2820838c70c1e6be107b02d0d07fe72e9631789d)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/idmap_ad.8.xml | 42 | ||||
-rw-r--r-- | docs/manpages-3/idmap_rid.8.xml | 43 |
2 files changed, 85 insertions, 0 deletions
diff --git a/docs/manpages-3/idmap_ad.8.xml b/docs/manpages-3/idmap_ad.8.xml new file mode 100644 index 0000000000..fe1888211e --- /dev/null +++ b/docs/manpages-3/idmap_ad.8.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> +<refentry id="idmap_ad.8"> + +<refmeta> + <refentrytitle>idmap_ad</refentrytitle> + <manvolnum>8</manvolnum> +</refmeta> + + +<refnamediv> + <refname>idmap_ad</refname> + <refpurpose>Samba's idmap_ad Backend for Winbind</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <title>DESCRIPTION</title> + <para>TODO</para> +</refsynopsisdiv> + +<refsect1> + <title>IDMAP OPTIONS</title> + <para>TODO</para> +</refsect1> + +<refsect1> + <title>EXAMPLES</title> + <para>TODO</para> +</refsect1> + +<refsect1> + <title>AUTHOR</title> + + <para> + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + </para> +</refsect1> + +</refentry> diff --git a/docs/manpages-3/idmap_rid.8.xml b/docs/manpages-3/idmap_rid.8.xml new file mode 100644 index 0000000000..fc3ad91d21 --- /dev/null +++ b/docs/manpages-3/idmap_rid.8.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> +<refentry id="idmap_rid.8"> + +<refmeta> + <refentrytitle>idmap_rid</refentrytitle> + <manvolnum>8</manvolnum> +</refmeta> + + +<refnamediv> + <refname>idmap_rid</refname> + <refpurpose>Samba's idmap_rid Backend for Winbind</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <title>DESCRIPTION</title> + + <para>TODO</para> +</refsynopsisdiv> + +<refsect1> + <title>IDMAP OPTIONS</title> + <para>TODO</para> +</refsect1> + +<refsect1> + <title>EXAMPLES</title> + <para>TODO</para> +</refsect1> + +<refsect1> + <title>AUTHOR</title> + + <para> + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + </para> +</refsect1> + +</refentry> |