Hi,
I'm trying to set quotas for LDAP users on a Linux server. But all the users' name begins with number and when I try to set quota for a user like "123456" it sets a quota for "#123456" I set quota like this: setquota -u 123456 1500 1500 0 0 -a repquota output is like: user used soft hard grace used soft hard grace 123456 -- 500 0 0 100 0 0 # 123456 -- 0 1500 1500 0 0 0 That's why the quota I set applies to non existing user named #123456. Does anyone know how can I fix that? Thanks, Osman Ünalan
