Browse Community
Help
Log In
Responses(3)
Solutions(1)
Peter_Sero
4 Operator
•
1.2K Posts
0
May 7th, 2014 09:00
Hello Walter,
does the NIS provider show up as active in the output of "isi auth status"?
The rest is normal netgroup+NIS stuff, check out man netgroup.
Basically you need to have a /etc/netgroup file with a plain '+'
to pull the netgroup map from NIS into the system.
The /etc/netgroup file will be synced to all nodes automagically ("mcp" mechanism).
hth
-- Peter
waltratos
7 Posts
May 7th, 2014 10:00
Thanks a lot Peter it 's working now.
The + did the trick.
I did strike another problem : put a space after a netgroup on NIS server ",) "
Is there a way to increase logging in lsassd ?
Thanks ,
Walter
1
May 8th, 2014 02:00
isi auth config mod --lsass-log-level error (or: warning, info, verbose, debug, trace)
-- P.
Dell Support Resources
View All
Top
Peter_Sero
4 Operator
•
1.2K Posts
0
May 7th, 2014 09:00
Hello Walter,
does the NIS provider show up as active in the output of "isi auth status"?
The rest is normal netgroup+NIS stuff, check out man netgroup.
Basically you need to have a /etc/netgroup file with a plain '+'
to pull the netgroup map from NIS into the system.
The /etc/netgroup file will be synced to all nodes automagically ("mcp" mechanism).
hth
-- Peter
waltratos
7 Posts
0
May 7th, 2014 10:00
Thanks a lot Peter it 's working now.
The + did the trick.
I did strike another problem : put a space after a netgroup on NIS server ",) "
Is there a way to increase logging in lsassd ?
Thanks ,
Walter
Peter_Sero
4 Operator
•
1.2K Posts
1
May 8th, 2014 02:00
isi auth config mod --lsass-log-level error (or: warning, info, verbose, debug, trace)
-- P.