delegated credentials on samba4

Andrew Bartlett abartlet at samba.org
Mon Sep 24 11:36:00 GMT 2007


On Mon, 2007-09-24 at 12:30 +0100, Amin Azez wrote:
> * Andrew Bartlett wrote, On 24/09/07 12:00:
> >
> > If you do an 'make installmisc' you can get around the error, and at
> > lest get the new provision template files. 
> >
> >   
> 
> This patch also needed, I think:
> 
> ===================================================================
> --- source/scripting/libjs/provision.js (revision 25303)
> +++ source/scripting/libjs/provision.js (working copy)
> @@ -585,12 +585,12 @@
>         var st = sys.stat(paths.smbconf);
>         if (st == undefined) {
>                 var smbconfsuffix;
> -               if (subobj.ROLE == "domain controller") {
> +               if (subobj.SERVERROLE == "domain controller") {
>                         smbconfsuffix = "dc";
> -               } else if (subobj.ROLE == "member server") {
> +               } else if (subobj.SERVERROLE == "member server") {
>                         smbconfsuffix = "member";
>                 } else {
> -                       smbconfsuffix = subobj.ROLE;
> +                       smbconfsuffix = subobj.SERVERROLE;
>                 }
>                 message("Setting up " + paths.smbconf +"\n");
>                 setup_file("provision.smb.conf." + smbconfsuffix,
> info.message, paths.smbconf, subobj);
> 
> 
> Do I pass the test...?

Thankyou very much, applied in -r 25304.

Andrew Bartlett

-- 
Andrew Bartlett
http://samba.org/~abartlet/
Authentication Developer, Samba Team           http://samba.org
Samba Developer, Red Hat Inc.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.samba.org/archive/samba-technical/attachments/20070924/375ae425/attachment.bin


More information about the samba-technical mailing list