Displaying 2 results from an estimated 2 matches for "comal".
Did you mean:
coman
2001 Apr 06
2
joing NT domain
Hello,
I have a trouble.
In my network i use PDC server on windows NT 4.0 server.
And i have FreeBSD which is a router in my company.
I've installed samba.
my domain is 'ELST', NetBIOS name of PDC is 'BLACK-ANGEL'
Then i do this
smbpasswd -j ELST -r BLACK-ANGEL
it tell's me that i joined domain.
my
2012 Oct 03
1
Is there planned support for permitting params one at a time vs. all at once in strong_parameters/Rails 4?
Was going to have a variety of request params sent in and use a
class_attribute that would define types of request parameters that are
allowed. strong_parameters wouldn''t be too much trouble in such a case if
it would allow me to manually permit some attributes (dynamically
determined) in the controller but allow strong_parameters to enforce
security of others.
Is this something