* ntsec.xml (ntsec-mapping-nsswitch-passwd): Document /path %H wildcard.
(ntsec-mapping-nsswitch-home): Disable text explaining how the home directory is fetched from the homeDrive attribute.
This commit is contained in:
		| @@ -1,3 +1,9 @@ | |||||||
|  | 2015-01-14  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
|  | 	* ntsec.xml (ntsec-mapping-nsswitch-passwd): Document /path %H wildcard. | ||||||
|  | 	(ntsec-mapping-nsswitch-home): Disable text explaining how the home | ||||||
|  | 	directory is fetched from the homeDrive attribute. | ||||||
|  |  | ||||||
| 2015-01-14  Corinna Vinschen  <corinna@vinschen.de> | 2015-01-14  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* cygwinenv.xml (cygwinenv-removed-options): Accommodate list of | 	* cygwinenv.xml (cygwinenv-removed-options): Accommodate list of | ||||||
|   | |||||||
| @@ -1395,6 +1395,17 @@ definition. | |||||||
| 		  <term><literal>%D</literal></term> | 		  <term><literal>%D</literal></term> | ||||||
| 		  <listitem>Windows domain in NetBIOS style.</listitem> | 		  <listitem>Windows domain in NetBIOS style.</listitem> | ||||||
| 		</varlistentry> | 		</varlistentry> | ||||||
|  | 	        <varlistentry> | ||||||
|  | 		  <term><literal>%H</literal></term> | ||||||
|  | 		  <listitem>Windows home directory in POSIX style.  Note that, | ||||||
|  | 			    for the <literal>db_home:</literal> setting, this | ||||||
|  | 			    only makes sense right after the preceeding slash, | ||||||
|  | 			    as in | ||||||
|  | <screen> | ||||||
|  | db_home:  /%H/cygwin | ||||||
|  | </screen> | ||||||
|  | 		  </listitem> | ||||||
|  | 		</varlistentry> | ||||||
| 	        <varlistentry> | 	        <varlistentry> | ||||||
| 		  <term><literal>%_</literal></term> | 		  <term><literal>%_</literal></term> | ||||||
| 		  <listitem>Since space and TAB characters are used to separate | 		  <listitem>Since space and TAB characters are used to separate | ||||||
| @@ -1434,13 +1445,16 @@ of each schema when used with <literal>db_home:</literal> | |||||||
|     <term><literal>windows</literal></term> |     <term><literal>windows</literal></term> | ||||||
|     <listitem>The user's home directory is set to the same directory which is |     <listitem>The user's home directory is set to the same directory which is | ||||||
| 	      used as Windows home directory.  This is the | 	      used as Windows home directory.  This is the | ||||||
|  | <!-- | ||||||
| 	      <literal>homeDrive</literal> AD attribute if set, or the | 	      <literal>homeDrive</literal> AD attribute if set, or the | ||||||
| 	      <literal>homeDirectory</literal> AD attribute if | 	      <literal>homeDirectory</literal> AD attribute if | ||||||
| 	      <literal>homeDrive</literal> is not set.  For SAM accounts, | 	      <literal>homeDrive</literal> is not set. | ||||||
| 	      this is equivalent to the "Home folder" setting in SAM. | --> | ||||||
| 	      If both attributes are unset, Cygwin falls back to the user's | 	      <literal>homeDirectory</literal> AD attribute. | ||||||
| 	      local profile directory, typically something along the lines | 	      For SAM accounts, this is equivalent to the "Home folder" setting | ||||||
| 	      of <filename>C:\Users\$USERNAME</filename>.  Of course, the | 	      in SAM.  If both attributes are unset, Cygwin falls back to the | ||||||
|  | 	      user's local profile directory, typically something along the | ||||||
|  | 	      lines of <filename>C:\Users\$USERNAME</filename>.  Of course, the | ||||||
| 	      Windows directory is converted to POSIX-style by Cygwin. | 	      Windows directory is converted to POSIX-style by Cygwin. | ||||||
| 	      </listitem> | 	      </listitem> | ||||||
|   </varlistentry> |   </varlistentry> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user