Displaying 2 results from an estimated 2 matches for "unique_identifi".
Did you mean:
unique_identifier
2014 Sep 30
2
home from SQL
Currently I'm using
user_query = SELECT 1000 AS uid, 1000 AS gid, '/srv/vmail/%2.256Hu/%Lu' AS home, ...
so I'm hashing based on %u (basically). But in my SQL db I have a
"unique_identifier" field, which never changes, even when the user is
changing his/her email address (due to marriage or the like).
What I'd really like to do is to use %u to find the value of the
unique_identifier field, hash THAT value and use "AS home". But how?
That way I can rename users w...
2011 Feb 10
0
Eeepub gem warnings?
...rb:
104: warning: instance variable @rightss not initialized
/opt/local/lib/ruby/gems/1.8/gems/eeepub-0.6.1/lib/eeepub/maker.rb:
105: warning: instance variable @relations not initialized
/opt/local/lib/ruby/gems/1.8/gems/eeepub-0.6.1/lib/eeepub/
container_item.rb:19: warning: instance variable @unique_identifier
not initialized
/opt/local/lib/ruby/gems/1.8/gems/eeepub-0.6.1/lib/eeepub/
container_item.rb:19: warning: instance variable @toc not initialized
/opt/local/lib/ruby/gems/1.8/gems/eeepub-0.6.1/lib/eeepub/opf.rb:42:
warning: instance variable @spine not initialized
created Minogue_0089.epub
I...