Hi,

we are using the BETA to get the new authoritzation features.

The password encryption is set to 'Digest' in my JDBC User Group Service.

Now the problem:
We have a second webapp which are using the same data from the DB and also have 
Spring Security.

To login by the UserService I have to know which implementation is used by the 
geoserver.
How to compare the stored and transmitted password?

The hash for the digest is that one in the 'masterpw.digest' file?


And another problem with the generated tables by the JDBC User Group Service:
It use the name of the user as primary key.  I will use GeoTools to access the 
data and to store new features.
But today I don't know how to store a new feature with the feature builder if I 
had a dot in my username. (the generated featureId use dots for internal usage)

userFeatureBuilder.featureUserData(Hints.USE_PROVIDED_FID, true);
SimpleFeature feature = userFeatureBuilder.buildFeature(user.getUsername());

Thanks for your help!

Daniel

________________________________

Daniel Tuerk, Software Architect
Phone: +49.89.45 23 47 - 214
PGP-Fingerprint: F530B24F06047CE967BE739F15DD03CB4E9E400B

jambit Software Development & Management GmbH
Erika-Mann-Str. 63, 80636 München
Phone: +49.89.45 23 47-0 Fax: +49.89.45 23 47-70

http://www.jambit.com where innovation works

Geschäftsführer: Peter F. Fellinger, Markus Hartinger
Sitz: München; Registergericht: München, HRB 129139
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to