Fix bugzilla #117: winbindd looping on 100+char username
commit06f053bd7c74f0362fe15d2c2ccb76bdc39d668d
authorJim McDonough <jmcd@samba.org>
Thu, 29 May 2003 01:41:56 +0000 (29 01:41 +0000)
committerJim McDonough <jmcd@samba.org>
Thu, 29 May 2003 01:41:56 +0000 (29 01:41 +0000)
tree44b7900d01d8e9eab3b83977488c84a6bc6890ea
parent3d1c9c75812aa47c60d6d912e97a76d6b7e7895d
Fix bugzilla #117: winbindd looping on 100+char username

This modifies lp_string to use alloc_sub_basic to allow any length substitution instead of fixed at 100 chars.
(This used to be commit cad9d88a6125369a43f710a8870300b6f40d899c)
source3/param/loadparm.c