Commit 691e743
committed
git-extra: avoid forcing LDAP query by editing nsswitch.conf
With certain nsswitch.conf settings, Cygwin/MSys2 is forced to query the
ActiveDirectory (LDAP). By commenting out those settings, we avoid that.
As reported by Jeremy Kolb, this query can lead to dozens of seconds
delay upon starting the Git Bash.
This fixes git-for-windows/git#193.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 56dcda4 commit 691e743
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
| |||
0 commit comments