Revert "s3:test: try to find why creating BUILTIN\Administrators doesn't work in...
[kai/samba-autobuild/.git] / source3 / script / extract_allparms.sh
1 #!/bin/sh
2 grep '{".*P_[GL]' param/loadparm.c | sed -e 's/&.*$//g' -e 's/",.*P_LOCAL.*$/  S/' -e 's/",.*P_GLOBAL.*$/  G/' -e 's/^ .*{"//g' | sort -f