Le Wed, Apr 27, 2005 at 01:05:05PM +0200, Per olof Ljungmark a ecrit:
> Bareword "print_banner" not allowed while "strict subs" in use at 
> /usr/local/sbin/smbldap-useradd line 43.
> Execution of /usr/local/sbin/smbldap-useradd aborted due to compilation 
> errors.
at the beginning of smbldap_tools.pm, do you have the print_banner function
declared ? Like this :
@EXPORT = qw(
                         get_user_dn
                         get_group_dn
                         ...
                         print_banner
                         %config
                        );
-- 
Jerome
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to