[Bug 257667] Re: wrong permissions to access ldapi

2008-08-13 Thread Javier Uruen Val

** Attachment added: "This debdiff fixes the issue"
   http://launchpadlibrarian.net/16746946/slapd.diff

-- 
wrong permissions to access ldapi
https://bugs.launchpad.net/bugs/257667
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 257667] [NEW] wrong permissions to access ldapi

2008-08-13 Thread Javier Uruen Val
Public bug reported:

Binary package hint: slapd

Source: openldap_2.4.11-0ubuntu1

Release: 8.10

Version: 2.4.11-0ubuntu1

Unless I'm missing something if slapd is configured to place its socket
unix within /var/run/slapd -which is usual-, processes won't be able to
connect to the socket due to the directory's permissions.

** Affects: openldap (Ubuntu)
 Importance: Undecided
 Status: New

-- 
wrong permissions to access ldapi
https://bugs.launchpad.net/bugs/257667
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 257667] Re: wrong permissions to access ldapi

2008-09-01 Thread Javier Uruen Val
Hi Mathias,

Thanks for taking care of this.

Yes, /var/run is recreated every time the system is booted, but that's
fine because /etc/init.d/slapd does the work ok:

# Make sure the pidfile directory exists with correct permissions
piddir=`dirname "$SLAPD_PIDFILE"`
if [ ! -d "$piddir" ]; then
mkdir -p "$piddir"
[ -z "$SLAPD_USER" ] || chown -R "$SLAPD_USER" "$piddir"
[ -z "$SLAPD_GROUP" ] || chgrp -R "$SLAPD_GROUP" "$piddir"
fi

So as there's no umask the permissions for $piddir will be fine.

The issue comes up between the first time the package is installed and
the first boot. That's what my debdiff tries to address.

-- 
wrong permissions to access ldapi
https://bugs.launchpad.net/bugs/257667
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 255368] Re: ebox: Depends: libapache-authcookie-perl but it is not installable

2008-11-01 Thread Javier Uruen Val

In the meanwhile you can install it from the following ppa:

https://launchpad.net/~ebox/+archive

-- 
ebox: Depends: libapache-authcookie-perl but it is not installable 
https://bugs.launchpad.net/bugs/255368
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 255368] Re: ebox: Depends: libapache-authcookie-perl but it is not installable

2008-11-15 Thread Javier Uruen Val
I know this doesn't fix the issue but I opened a bug  that was marked as
duplicated  where I explained what happened in Intrepid:

https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/273486

-- 
ebox: Depends: libapache-authcookie-perl but it is not installable 
https://bugs.launchpad.net/bugs/255368
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 273486] Re: Current eBox packages in intrepid don't work at all

2009-01-16 Thread Javier Uruen Val
This is a new debdiff that addresses the issues brought up  by Cody.

2. Indentation is now fixed. The patch came from a source code with different 
indentation and that's why there were a few lines with tabs instead of spaces.
3. slapd.backup is a whole new code, and that's why the comments are removed. 
They don't make sense anymore. 
4. That part of the code was legacy code that is not used anymore. It's been 
removed.
5. Same as 4

** Attachment added: "ebox-usersandgroups.debdiff"
   http://launchpadlibrarian.net/21270376/ebox-usersandgroups.debdiff

-- 
Current eBox packages in intrepid don't work at all
https://bugs.launchpad.net/bugs/273486
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs