public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Disk quota and LDAP
@ 2006-08-07 13:07 Leandro Melo de Sales
  2006-08-07 13:19 ` Dirk Heinrichs
  0 siblings, 1 reply; 7+ messages in thread
From: Leandro Melo de Sales @ 2006-08-07 13:07 UTC (permalink / raw
  To: gentoo-user

Hi all,

  I have nsswitch + ldap enabled on my linux system. I'd like to know
if it is possible to make the system get the user quota from a LDAP
attribute for a respective user.

Thank you,

Leandro.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Disk quota and LDAP
  2006-08-07 13:07 [gentoo-user] Disk quota and LDAP Leandro Melo de Sales
@ 2006-08-07 13:19 ` Dirk Heinrichs
  2006-08-07 17:43   ` Leandro Melo de Sales
  0 siblings, 1 reply; 7+ messages in thread
From: Dirk Heinrichs @ 2006-08-07 13:19 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

Am Montag, 7. August 2006 15:07 schrieb ext Leandro Melo de Sales:

>   I have nsswitch + ldap enabled on my linux system. I'd like to know
> if it is possible to make the system get the user quota from a LDAP
> attribute for a respective user.

AFAIK, user quota is a per fs setting. So having it in LDAP is useless.

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Disk quota and LDAP
  2006-08-07 13:19 ` Dirk Heinrichs
@ 2006-08-07 17:43   ` Leandro Melo de Sales
  2006-08-08  5:58     ` Dirk Heinrichs
  0 siblings, 1 reply; 7+ messages in thread
From: Leandro Melo de Sales @ 2006-08-07 17:43 UTC (permalink / raw
  To: gentoo-user

Ok... but I can't you any good reason to not have this information on ldap.

2006/8/7, Dirk Heinrichs <ext-dirk.heinrichs@nokia.com>:
> Am Montag, 7. August 2006 15:07 schrieb ext Leandro Melo de Sales:
>
> >   I have nsswitch + ldap enabled on my linux system. I'd like to know
> > if it is possible to make the system get the user quota from a LDAP
> > attribute for a respective user.
>
> AFAIK, user quota is a per fs setting. So having it in LDAP is useless.
>
> Bye...
>
>         Dirk
> --
> Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
> Configuration Manager   | Fax:  +49 (0)211 47068 111
> Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
> Hambornerstraße 55      | Web:  http://www.capgemini.com
> D-40472 Düsseldorf      | ICQ#: 110037733
> GPG Public Key C2E467BB | Keyserver: www.keyserver.net
>
>
>


-- 
Leandro Melo de Sales.
Computer Science MSc Candidate
Distributed System Lab - lsd.ufcg.edu.br
Pervasive Computing Lab - embedded.ufcg.edu.br
Universidade Federal de Campina Grande - UFCG

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Disk quota and LDAP
  2006-08-07 17:43   ` Leandro Melo de Sales
@ 2006-08-08  5:58     ` Dirk Heinrichs
  2006-08-08  6:14       ` Leandro Melo de Sales
  0 siblings, 1 reply; 7+ messages in thread
From: Dirk Heinrichs @ 2006-08-08  5:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

Am Montag, 7. August 2006 19:43 schrieb ext Leandro Melo de Sales:

> Ok... but I can't you any good reason to not have this information on
> ldap.

You can get the information with the quota tools anytime, for any given 
filesystem. This is the only place where the correct quota value is stored, 
in the filesystems. Putting it into another database of any kind would mean 
to make sure it's up to date every time quota changes for any user on any 
filesystem on any machine you have. What for???

What's the difference in querying one db or the other?

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Disk quota and LDAP
  2006-08-08  5:58     ` Dirk Heinrichs
@ 2006-08-08  6:14       ` Leandro Melo de Sales
  2006-08-08  6:56         ` Dirk Heinrichs
  0 siblings, 1 reply; 7+ messages in thread
From: Leandro Melo de Sales @ 2006-08-08  6:14 UTC (permalink / raw
  To: gentoo-user

For management issues! :)

2006/8/8, Dirk Heinrichs <ext-dirk.heinrichs@nokia.com>:
> Am Montag, 7. August 2006 19:43 schrieb ext Leandro Melo de Sales:
>
> > Ok... but I can't you any good reason to not have this information on
> > ldap.
>
> You can get the information with the quota tools anytime, for any given
> filesystem. This is the only place where the correct quota value is stored,
> in the filesystems. Putting it into another database of any kind would mean
> to make sure it's up to date every time quota changes for any user on any
> filesystem on any machine you have. What for???
>
> What's the difference in querying one db or the other?
>
> Bye...
>
>         Dirk
> --
> Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
> Configuration Manager   | Fax:  +49 (0)211 47068 111
> Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
> Hambornerstraße 55      | Web:  http://www.capgemini.com
> D-40472 Düsseldorf      | ICQ#: 110037733
> GPG Public Key C2E467BB | Keyserver: www.keyserver.net
>
>
>


-- 
Leandro Melo de Sales.
Computer Science MSc Candidate
Distributed System Lab - lsd.ufcg.edu.br
Pervasive Computing Lab - embedded.ufcg.edu.br
Universidade Federal de Campina Grande - UFCG

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Disk quota and LDAP
  2006-08-08  6:14       ` Leandro Melo de Sales
@ 2006-08-08  6:56         ` Dirk Heinrichs
  2006-08-08 15:09           ` Leandro Melo de Sales
  0 siblings, 1 reply; 7+ messages in thread
From: Dirk Heinrichs @ 2006-08-08  6:56 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

Am Dienstag, 8. August 2006 08:14 schrieb ext Leandro Melo de Sales:

> For management issues! :)

You can't manage quota with LDAP.

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Disk quota and LDAP
  2006-08-08  6:56         ` Dirk Heinrichs
@ 2006-08-08 15:09           ` Leandro Melo de Sales
  0 siblings, 0 replies; 7+ messages in thread
From: Leandro Melo de Sales @ 2006-08-08 15:09 UTC (permalink / raw
  To: gentoo-user

OK. :-(

2006/8/8, Dirk Heinrichs <ext-dirk.heinrichs@nokia.com>:
> Am Dienstag, 8. August 2006 08:14 schrieb ext Leandro Melo de Sales:
>
> > For management issues! :)
>
> You can't manage quota with LDAP.
>
> Bye...
>
>         Dirk
> --
> Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
> Configuration Manager   | Fax:  +49 (0)211 47068 111
> Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
> Hambornerstraße 55      | Web:  http://www.capgemini.com
> D-40472 Düsseldorf      | ICQ#: 110037733
> GPG Public Key C2E467BB | Keyserver: www.keyserver.net
>
>
>


-- 
Leandro Melo de Sales.
Computer Science MSc Candidate
Distributed System Lab - lsd.ufcg.edu.br
Pervasive Computing Lab - embedded.ufcg.edu.br
Universidade Federal de Campina Grande - UFCG

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-08-08 15:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07 13:07 [gentoo-user] Disk quota and LDAP Leandro Melo de Sales
2006-08-07 13:19 ` Dirk Heinrichs
2006-08-07 17:43   ` Leandro Melo de Sales
2006-08-08  5:58     ` Dirk Heinrichs
2006-08-08  6:14       ` Leandro Melo de Sales
2006-08-08  6:56         ` Dirk Heinrichs
2006-08-08 15:09           ` Leandro Melo de Sales

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox