<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi Chmouel<br><br>Yes of course, <br>I have it there<br>this is th file proxy-server.conf<br><br>______________________________________________________________<br>[DEFAULT]<br>cert_file = /etc/swift/cert.crt<br>key_file = /etc/swift/cert.key<br>bind_ip = 157.159.103.228<br>bind_port = 8080<br>workers = 8<br>user = swift<br><br>[pipeline:main]<br>pipeline = healthcheck cache tempauth proxy-server<br><br>[app:proxy-server]<br>use = egg:swift#proxy<br>allow_account_management = true<br>account_autocreate = true<br><br>[filter:tempauth]<br>use = egg:swift#tempauth<br>user_system_root = testpass .admin<br>user_system_tester = testing<br><br>[filter:healthcheck]<br>use = egg:swift#healthcheck<br><br>[filter:cache]<br>use = egg:swift#memcache<br>_____________________________________________________________<br><br><div><div id="SkyDrivePlaceholder"></div>> From: chmouel@openstack.org<br>> To: openstack@lists.launchpad.net<br>> Date: Fri, 27 Jan 2012 09:04:34 -0800<br>> Subject: Re: [Openstack] Creating account and user in swift<br>> <br>> <br>> did you have account_autocreate in there ? for example that's my config<br>> with tempauth :<br>> <br>> [app:proxy-server]<br>> use = egg:swift#proxy<br>> allow_account_management = true<br>> account_autocreate = true<br>> <br>> <br>> Khaled Ben Bahri <khaled-bbk@hotmail.com> writes:<br>> <br>> > Hi Adrian,<br>> ><br>> > When i add user in the same account of the admin,<br>> > I got this error when i tried to test the second user:<br>> > Account HEAD failed: https://127.0.0.1:8080/v1/AUTH_system 403<br>> > Forbidden<br>> ><br>> > Khaled<br>> <br>> _______________________________________________<br>> Mailing list: https://launchpad.net/~openstack<br>> Post to : openstack@lists.launchpad.net<br>> Unsubscribe : https://launchpad.net/~openstack<br>> More help : https://help.launchpad.net/ListHelp<br></div> </div></body>
</html>