Commit Graph

2 Commits (2b1442f3dfa3558f4e1a9dd5b1dbb50cf348e6e0)

Author SHA1 Message Date
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
11 years ago
juju2013 efc05ea1de initial support for LDAP authentication/MSAD 11 years ago