search for: internalus

Displaying 2 results from an estimated 2 matches for "internalus".

Did you mean: internals
2012 Apr 04
2
using content in file as input variables to a class/def?
Here is the setup Clients are all under /usr/home/ftp/$client Internal Production is /usr/home/$internaluser I need to make slinks for every client folder under every Internal Production ie: ln -s /usr/home/ftp/$client /usr/home/$internaluser/$client Is there a way to do this from a list with in two files ( one for client name and the other for internal user names)? where the list format would be li...
2006 Apr 27
1
Seperating Client and Internal Users
...I''d like to keep my Authentication as DRY as possible, but I''m a little unsure of the best way of keeping the internal representation of these different users seperate. Would using Model inheritance work well here. Perhaps having a ClientUser that belongs to a Client and having InternalUsers that HABTM Clients? How easy would it be to reuse the authentication code? Any ideas about how I could go about this would be apprecitated. Best Regards, Steve Tooke