I'm trying to successfully use FreeRADIUS to help centrally authenticate
some linux servers.  I'm storing the credentials in a postgres db but
I'm confused by the 'id' in the radcheck database.

In the SQL HOWTO, they show the id as (mysql);

      +----+----------------+----------------+------------------+------+
      | id | UserName       | Attribute      | Value            | Op   |

      +----+----------------+----------------+------------------+------+
      |  1 | fredf          | Password       | wilma            | ==   |
      |  2 | barney         | Password       | betty            | ==   |
      |  2 | dialrouter     | Password       | dialup           | ==   |
      +----+----------------+----------------+------------------+------+

Where as mine (postgres) looks like;


 id |   username    |   attribute   | op |   value
----+---------------+---------------+----+------------
  1 | john.gardner  | User-Password | := | xxxxxxxxxx
  2 | joe.bloggs    | User-Password | := | xxxxxxxxxx
  3 | john.doe      | User-Password | := | xxxxxxxxxx

Is this really meant to be 1,2,2 or should this be 1,2,3 sequentially?
i.e. as in a incrementing key?

Thanks in advance

John


This email and any files transmitted with it are intended solely for the named 
recipient and may contain sensitive, confidential or protectively marked 
material up to the central government classification of ?RESTRICTED" which must 
be handled accordingly.  If you have received this e-mail in error, please 
immediately notify the sender by e-mail and delete from your system, unless you 
are the named recipient (or authorised to receive it for the recipient) you are 
not permitted to copy, use, store, publish, disseminate or disclose it to 
anyone else.


E-mail transmission cannot be guaranteed to be secure or error-free as it could 
be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or 
contain viruses and therefore the Council accept no liability for any such 
errors or omissions.  


Unless explicitly stated otherwise views or opinions expressed in this email 
are solely those of the author and do not necessarily represent those of the 
Council and are not intended to be legally binding.

 

All Council network traffic and GCSX traffic may be subject to recording and/or 
monitoring in accordance with relevant legislation.



South Tyneside Council, Town Hall & Civic Offices, Westoe Road, South Shields, 
Tyne & Wear, NE33 2RL, Tel: 0191 427 1717, Website: www.southtyneside.info


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to