* Pass userCreationDomain.
svn path=/nixos/trunk/; revision=7891
This commit is contained in:
parent
582abdaae2
commit
ac93023f35
|
@ -537,6 +537,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
name = ["services" "httpd" "subservices" "subversion" "userCreationDomain"];
|
||||||
|
example = "example.org";
|
||||||
|
description = "
|
||||||
|
The domain from which user creation is allowed. A client can
|
||||||
|
only create a new user account if its IP address resolves to
|
||||||
|
this domain.
|
||||||
|
";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = ["services" "httpd" "subservices" "subversion" "autoVersioning"];
|
name = ["services" "httpd" "subservices" "subversion" "autoVersioning"];
|
||||||
default = false;
|
default = false;
|
||||||
|
|
|
@ -48,6 +48,7 @@ let
|
||||||
|
|
||||||
notificationSender = getCfgSvn "notificationSender";
|
notificationSender = getCfgSvn "notificationSender";
|
||||||
autoVersioning = getCfgSvn "autoVersioning";
|
autoVersioning = getCfgSvn "autoVersioning";
|
||||||
|
userCreationDomain = getCfgSvn "userCreationDomain";
|
||||||
|
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue