Displaying 2 results from an estimated 2 matches for "_complex_".
Did you mean:
_complex
2008 Nov 05
3
Rails 2.1.2, complex find involving complex include, bug?
...y/gems/1.8/gems/activerecord-2.1.2/lib/active_record/associations.rb:1652:in
`remove_duplicate_results!''
[...]
/usr/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/associations.rb:1261:in
`find_with_associations''
Now, here''s the weird thing. If I remove that _complex_ include
statement, and remove the extra levels, it works fine:
az_titles = SfxDb::AzTitle.find(:all,
:joins => joins,
:conditions => conditions,
:limit => batch_size,
:offset=>batch_size*(page -1),
:order=>''TITLE_SORT'',...
2013 Sep 01
2
Disable password complexity does not work?
Hello
I use Samba 4.0.9 and want to disable strong passwords. I've run:
./samba-tool domain passwordsettings set --complexity=off
But it seems to not work. If users try to change password via
ctrl+alt+del windows still require strong password. Restarting samba to
commit change did not solve problem.
Is there something i forgot? On my old configuration with old (RIP)
server it worked