diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-04-25 17:40:25 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-04-25 18:38:16 +0200 |
commit | 7269e455a7d4f659777b4ab7db5d8b68376c8d19 (patch) | |
tree | f17fe9e653f7ebe6b19acfc40c3df0ddfd47a374 /docs-xml/manpages-3 | |
parent | a3a38ee90ab4ab2be68ac71d9c581daa6b9ee189 (diff) | |
download | samba-7269e455a7d4f659777b4ab7db5d8b68376c8d19.tar.gz samba-7269e455a7d4f659777b4ab7db5d8b68376c8d19.tar.xz samba-7269e455a7d4f659777b4ab7db5d8b68376c8d19.zip |
docs-xml/smb.conf.5: %i and %I no longer contain IPv4 mapped IPv6 addresses
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Apr 25 18:38:16 CEST 2011 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/smb.conf.5.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smb.conf.5.xml b/docs-xml/manpages-3/smb.conf.5.xml index 2b93065443..f5f252ba46 100644 --- a/docs-xml/manpages-3/smb.conf.5.xml +++ b/docs-xml/manpages-3/smb.conf.5.xml @@ -503,12 +503,16 @@ chmod 1770 /usr/local/samba/lib/usershares <varlistentry> <term>%I</term> <listitem><para>the IP address of the client machine.</para> + <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses, + now it only contains IPv4 or IPv6 addresses.</para> </listitem> </varlistentry> <varlistentry> <term>%i</term> <listitem><para>the local IP address to which a client connected.</para> + <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses, + now it only contains IPv4 or IPv6 addresses.</para> </listitem> </varlistentry> |