/usr/sbin/ns-inactivate is in 389-ds-base 1.3.7.10-1ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 | #!/usr/bin/env perl
#
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
# Copyright (C) 2013 Red Hat, Inc.
# All rights reserved.
#
# License: GPL (version 3 or any later version).
# See LICENSE for details.
# END COPYRIGHT BLOCK
#
use lib qw(/usr/lib/x86_64-linux-gnu/dirsrv/perl);
use DSUtil;
use File::Spec;
DSUtil::libpath_add("");
DSUtil::libpath_add("/usr/lib");
$ENV{'PATH'} = ":/usr/bin:/usr/lib64/mozldap/";
$ENV{'SHLIB_PATH'} = "$ENV{'LD_LIBRARY_PATH'}";
$single = 0;
$role = 0;
###############################
# SUB-ROUTINES
###############################
sub usage
{
print (STDERR "ns-inactivate.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } \n");
print (STDERR " [-p port] [-h host] [-P] -I DN-to-inactivate\n\n");
print (STDERR "May be used to $operation a user or a domain of users\n\n");
print (STDERR "Arguments:\n");
print (STDERR " -? - Display usage\n");
print (STDERR " -D rootdn - Provide a Directory Manager DN\n");
print (STDERR " -w password - Provide a password for the Directory Manager DN\n");
print (STDERR " -w - - Prompt for the Directory Manager's password\n");
print (STDERR " -Z serverID - Server instance identifier\n");
print (STDERR " -j filename - Read the Directory Manager's password from file\n");
print (STDERR " -p port - Provide a port\n");
print (STDERR " -h host - Provide a host name\n");
print (STDERR " -P protocol - STARTTLS, LDAPS, LDAPI, LDAP (default: uses most secure protocol available)\n");
print (STDERR " -I DN-to-inactivate - Single entry DN or role DN to inactivate\n");
}
sub debug
{
# print " ==> @_";
}
sub out
{
print "@_";
}
# --------------------------
# Check if the entry is part of a locked role:
# i.e.: for each role member (nsroledn) of nsdisabledrole, check if
# * it is the same as the entry
# * the entry is member of role (==has nsroledn attributes), compare each of
# them with the nsroledn of nsdisabledrole
# * if nsroledn of nsdisabledrole are complex, go through each of them
# argv[0] is the local file handler
# argv[1] is the entry (may be a single entry DN or a role DN)
# argv[2] is the base for the search
# --------------------------
$throughRole="";
sub indirectLock
{
# For recursivity, file handler must be local
my $L_filehandle=$_[0];
$L_filehandle++;
my $L_entry=$_[1];
# Remove useless space
my @L_intern=split /([,])/,$L_entry;
my $L_result="";
foreach $L_part (@L_intern){
$L_part=~s/^ +//;
$L_part=~ tr/A-Z/a-z/;
$L_result="$L_result$L_part";
}
$L_entry=$L_result;
my $L_base=$_[2];
my $L_search;
my $L_currentrole;
my $L_retCode;
my $L_local;
$info{base} = $L_base;
$info{filter} = "(|(objectclass=*)(objectclass=ldapsubentry))";
$info{scope} = "base";
$info{attrs} = "nsroledn";
$info{redirect} = ">> /dev/null 2>&1";
DSUtil::ldapsrch_ext(%info);
$info{redirect} = "";
$retCode=$?;
if ( $retCode != 0 ){
$retCode=$?>>8;
return 1;
}
# Check if the role is a nested role
$info{filter} = "(|(objectclass=nsNestedRoleDefinition)(objectclass=ldapsubentry))";
$info{attrs} = "";
@L_Nested=DSUtil::ldapsrch(%info);
# L_isNested == 1 means that we are going through a nested role, so for each member of that
# nested role, check that the member is below the scope of the nested
$L_isNested=@L_Nested;
# Not Direct Lock, Go through roles if any
$info{attrs} = "nsroledn";
$info{filter} = "(|(objectclass=*)(objectclass=ldapsubentry))";
$L_search=DSUtil::ldapsrch(%info);
debug("\t-->indirectLock: check if $L_entry is part of a locked role from base $L_base\n\n");
unless (open ($L_filehandle, "$L_search |")){
out("Can't open file $L_filehandle\n");
exit;
}
while (<$L_filehandle>) {
s/\n //g;
if (/^nsroledn: (.*)\n/){
$L_currentrole = $1;
# Remove useless space
my @L_intern=split /([,])/,$L_currentrole;
my $L_result="";
foreach $L_part (@L_intern){
$L_part=~s/^ +//;
$L_part=~ tr/A-Z/a-z/;
$L_result="$L_result$L_part";
}
$L_currentrole=$L_result;
debug("\t-- indirectLock loop: current nsroledn $L_currentrole of base $L_base\n");
if ( $L_isNested == 1 ){
if ( checkScope($L_currentrole, $L_base) == 0 ){
# Scope problem probably a bad conf, skip the currentrole
next;
}
}
if ( $L_currentrole eq $L_entry ){
# the entry is a role that is directly locked
# i.e, nsroledn of nsdisabledrole contains the entry
$throughRole=$L_base;
$throughRole=~ tr/A-Z/a-z/;
# skipDisabled means that we've just found that the entry (which is a role)
# is locked directly (==its DN is part of nsroledn attributes)
# we just want to know now, if it is locked through another role
# at least, one
if ( $skipDisabled == 1 ){
# direct inactivation
$directLocked=1;
# just go through that test once
$skipDisabled=0;
next;
}
debug("\t-- 1 indirectLock: $L_currentrole locked throughRole == $throughRole\n");
return 0;
}
$L_retCode=memberOf($L_currentrole, $L_entry);
if ( $L_retCode == 0 && $single == 1 ){
$throughRole=$L_currentrole;
$throughRole=~ tr/A-Z/a-z/;
if ( $skipManaged == 1 ){
if ( $L_currentrole eq $nsManagedDisabledRole){
# Try next nsroledn
$directLocked=1;
$skipManaged=0;
next;
}
}
debug("\t-- 2 indirectLock: $L_currentrole locked throughRole == $throughRole\n");
return 0;
}
# Only for the first iteration
# the first iteration is with nsdisabledrole as base, other
# loops are deeper
$L_local=$skipDisabled;
$skipDisabled=0;
# the current nsroledn may be a complex role, just go through
# its won nsroledn
$L_retCode=indirectLock($L_filehandle,$L_entry, $L_currentrole);
# Because of recursivity, to keep the initial value for the first level
$skipDisabled=$L_local;
if ( $L_retCode == 0 ){
$throughRole=$L_currentrole;
$throughRole=~ tr/A-Z/a-z/;
debug("\t-- 3 indirectLock: $L_entry locked throughRole == $throughRole\n");
return 0;
}
}
}
close($L_filehandle);
debug("\t<--indirectLock: no more nsroledn to process\n");
return 1;
}
# --------------------------
# Check if nsroledn is part of the entry attributes
# argv[0] is a role DN (nsroledn attribute)
# argv[1] is the entry
# --------------------------
sub memberOf
{
my $L_nsroledn=$_[0];
$L_nsroledn=~ tr/A-Z/a-z/;
my $L_entry=$_[1];
my $L_search;
my $L_currentrole;
$info{base} = $L_entry;
$info{filter} = "(|(objectclass=*)(objectclass=ldapsubentry))";
$info{scope} = "base";
$info{attrs} = "nsrole";
$L_search = DSUtil::ldapsrch(%info);
debug("\t\t-->memberOf: $L_search: check if $L_entry has $L_nsroledn as nsroledn attribute\n");
open (LDAP2, "$L_search |");
while (<LDAP2>) {
s/\n //g;
if (/^nsrole: (.*)\n/) {
$L_currentrole = $1;
$L_currentrole=~ tr/A-Z/a-z/;
if ( $L_currentrole eq $L_nsroledn ){
# the parm is part of the $L_entry nsroledn
debug("\t\t<--memberOf: $L_entry locked through $L_nsroledn\n");
return 0;
}
}
}
close(LDAP2);
# the parm is not part of the $L_entry nsroledn
debug("\t\t<--memberOf: $L_entry not locked through $L_nsroledn\n");
return 1;
}
# --------------------------
# Remove the rdn of a DN
# argv[0] is a DN
# --------------------------
sub removeRdn
{
$L_entry=$_[0];
@L_entryToTest=split /([,])/,$L_entry;
debug("removeRdn: entry to split: $L_entry**@L_entryToTest\n");
$newDN="";
$removeRDN=1;
foreach $part (@L_entryToTest){
$part=~ s/^ +//;
$part=~ tr/A-Z/a-z/;
if ( $removeRDN <= 2 ){
$removeRDN=$removeRDN+1;
} else {
$newDN="$newDN$part";
}
}
debug("removeRdn: new DN **$newDN**\n");
}
# --------------------------
# Check if L_current is below the scope of
# L_nestedRole
# argv[0] is a role
# argv[1] is the nested role
# --------------------------
sub checkScope
{
$L_current=$_[0];
$L_nestedRole=$_[1];
debug("checkScope: check if $L_current is below $L_nestedRole\n");
removeRdn($L_nestedRole);
$L_nestedRoleSuffix=$newDN;
debug("checkScope: nested role based: $L_nestedRoleSuffix\n");
$cont=1;
while ( ($cont == 1) && ($L_current ne "") ){
removeRdn($L_current);
$currentDn=$newDN;
debug("checkScope: current DN to check: $currentDn\n");
if ( $currentDn eq $L_nestedRoleSuffix ){
debug("checkScope: DN match!!!\n");
$cont = 0;
} else {
$L_current=$currentDn;
}
}
if ( $cont == 1 ){
debug("checkScope: $_[0] and $_[1] are not compatible\n");
return 0;
} else {
debug("checkScope: $_[0] and $_[1] are compatible\n");
return 1;
}
}
###############################
# MAIN ROUTINE
###############################
# Generated variable
$cmd="ns-inactivate.pl";
$state="inactivated";
$modrole="add";
$already="already";
# Process the command line arguments
while( $arg = shift)
{
if($arg eq "-?"){
usage();
exit(0);
} elsif($arg eq "-D"){
$rootdn = shift @ARGV;
} elsif($arg eq "-w"){
$rootpw = shift @ARGV;
} elsif($arg eq "-j"){
$pwfile = shift @ARGV;
} elsif($arg eq "-p"){
$port = shift @ARGV;
} elsif($arg eq "-h"){
$host = shift @ARGV;
} elsif($arg eq "-I"){
$entry = shift @ARGV;
} elsif($arg eq "-Z"){
$servid = shift @ARGV;
} elsif ($arg eq "-P") {
$protocol = shift @ARGV;
} else {
print "ERROR - Unknown option: $ARGV[$i]\n";
usage();
exit(1);
}
}
#
# Gather all our config settings
#
($servid, $confdir) = DSUtil::get_server_id($servid, "/etc/default");
%info = DSUtil::get_info($confdir, $host, $port, $rootdn);
$info{rootdnpw} = DSUtil::get_password_from_file($rootpw, $pwfile);
$info{protocol} = $protocol;
$info{args} = "-c";
if($entry eq ""){
usage();
exit(1);
}
#
# Check the actual existence of the entry to inactivate/activate
# and at the same time, validate the various parm: port, host, rootdn, rootpw
#
$info{base} = $entry;
$info{filter} = "(objectclass=*)";
$info{scope} = "base";
$info{attrs} = "dn";
@exist=DSUtil::ldapsrch_ext(%info);
$retCode1=$?;
if ( $retCode1 != 0 ){
$retCode1=$?>>8;
exit $retCode1;
}
$info{filter} = "(&(objectclass=LDAPsubentry)(objectclass=nsRoleDefinition))";
@isRole = DSUtil::ldapsrch_ext(%info);
$nbLineRole=@isRole;
$retCode2=$?;
if ( $retCode2 != 0 ){
$retCode2=$?>>8;
exit $retCode2;
}
if ( $nbLineRole > 0 ){
debug("Groups of users\n");
$role=1;
} else {
debug("Single user\n");
$single=1;
}
#
# First of all, check the existence of the nsaccountlock attribute in the entry
#
$isLocked=0;
if ( $single == 1 ){
$info{filter} = "(objectclass=*)";
$info{attrs} = "nsaccountlock";
$searchAccountLock= DSUtil::ldapsrch(%info);
open (LDAP1, "$searchAccountLock |");
while (<LDAP1>) {
s/\n //g;
if (/^nsaccountlock: (.*)\n/) {
$L_currentvalue = $1;
$L_currentvalue=~ tr/A-Z/a-z/;
if ( $L_currentvalue eq "true")
{
$isLocked=1;
}
elsif ( $L_currentvalue eq "false" )
{
$isLocked=0;
}
}
}
close(LDAP1);
}
debug("Is the entry already locked? ==> $isLocked\n");
#
# Get the suffix name of that entry
#
# Remove the space at the beginning (just in case...)
# -I "uid=jvedder , ou=People , o=sun.com"
@suffix=split /([,])/,$entry;
$result="";
foreach $part (@suffix){
$part=~s/^ +//;
$part=~ tr/A-Z/a-z/;
$result="$result$part";
}
@suffixN=$result;
debug("Entry to $operation: #@suffix#\n");
debug("Entry to $operation: #@suffixN#\n");
# Get the suffix
$cont=0;
while ($cont == 0){
# Look if suffix is the suffix of the entry
# ldapsearch -s one -b "cn=mapping tree,cn=config" "cn=\"uid=jvedder,ou=People,o=sun.com\""
#
debug("\tSuffix from the entry: #@suffixN#\n");
$info{base} = "cn=mapping tree, cn=config";
$info{filter} = "cn=\"@suffixN\"";
$info{scope} = "one";
$info{attrs} = "cn";
@mapping = DSUtil::ldapsrch_ext(%info);
$retCode=$?;
if ( $retCode != 0 ){
$retCode=$?>>8;
exit $retCode;
}
# If we get a result, remove the dn:
# dn: cn="o=sun.com",cn=mapping tree,cn=config
# cn: "o=sun.com"
#
shift @mapping;
foreach $res (@mapping){
# Break the string cn: "o=sun.com" into pieces
@cn= split(/ /,$res);
# And remove the cn: part
shift @cn;
# Now compare the suffix we extract from the mapping tree
# with the suffix derived from the entry
debug("\tSuffix from mapping tree: #@cn#\n");
if ( @cn eq @suffixN ) {
debug("Found matching suffix\n");
$cont=1;
}
}
if ( $cont == 0 ){
# Remove the current rdn to try another suffix
shift @suffix;
$result="";
foreach $part (@suffix){
$part=~ s/^ +//;
$part=~ tr/A-Z/a-z/;
$result="$result$part";
}
@suffixN=$result;
debug("\t\tNothing found => go up one level in rdn #@suffix#\n");
$len=@suffix;
if ( $len == 0 ){
debug("Can not find suffix. Problem\n");
$cont=2;
}
}
}
if ( $cont == 2){
out("Can not find suffix for entry $entry\n");
exit 100;
}
#
# Now that we have the suffix and we know if we deal with a single entry or
# a role, just try to create the COS and roles associated.
#
$role1="dn: cn=nsManagedDisabledRole,@suffixN\n" .
"objectclass: LDAPsubentry\n" .
"objectclass: nsRoleDefinition\n" .
"objectclass: nsSimpleRoleDefinition\n" .
"objectclass: nsManagedRoleDefinition\n" .
"cn: nsManagedDisabledRole\n\n";
$role2="dn: cn=nsDisabledRole,@suffixN\n" .
"objectclass: top\n" .
"objectclass: LDAPsubentry\n" .
"objectclass: nsRoleDefinition\n" .
"objectclass: nsComplexRoleDefinition\n" .
"objectclass: nsNestedRoleDefinition\n" .
"nsRoleDN: cn=nsManagedDisabledRole,@suffixN\n" .
"cn: nsDisabledRole\n\n";
$cos1="dn: cn=nsAccountInactivationTmp,@suffixN\n" .
"objectclass: top\n" .
"objectclass: nsContainer\n\n";
$cos2="dn: cn=\"cn=nsDisabledRole,@suffixN\",cn=nsAccountInactivationTmp,@suffixN\n" .
"objectclass: top\n" .
"objectclass: extensibleObject\n" .
"objectclass: costemplate\n" .
"objectclass: ldapsubentry\n" .
"cosPriority: 1\n" .
"nsAccountLock: true\n\n";
$cos3="dn: cn=nsAccountInactivation_cos,@suffixN\n" .
"objectclass: top\n" .
"objectclass: LDAPsubentry\n" .
"objectclass: cosSuperDefinition\n" .
"objectclass: cosClassicDefinition\n" .
"cosTemplateDn: cn=nsAccountInactivationTmp,@suffixN\n" .
"cosSpecifier: nsRole\n" .
"cosAttribute: nsAccountLock operational\n\n";
$all=$role1 . $role2 . $cos1 . $cos2 . $cos3;
# Turn off stderr for now to stop error 68's from printing during the ldapmod
open my $saveout, ">&STDERR";
open STDERR, '>', File::Spec->devnull();
$info{args} = "-c -a";
DSUtil::ldapmod($all, %info);
# Turn STDERR back on
open STDERR, ">&", $saveout;
if ( $? != 0 ){
$retCode=$?>>8;
if ( $retCode == 68 ){
debug("Entry already exists, ignore error\n");
} else {
# Probably a more serious problem.
# Exit with LDAP error
exit $retCode;
}
} else {
debug("Roles/cos entries created\n");
}
$skipManaged=0;
$skipDisabled=0;
$directLocked=0;
$nsDisabledRole="cn=nsDisabledRole,@suffixN";
$nsDisabledRole=~ tr/A-Z/a-z/;
$nsManagedDisabledRole="cn=nsManagedDisabledRole,@suffixN";
$nsManagedDisabledRole=~ tr/A-Z/a-z/;
# Go through all the roles part of nsdisabledrole to check if the entry
# is a member of one of those roles
$ret = indirectLock("LDAP00", $entry, $nsDisabledRole);
if ( $ret == 0 ){
if ( $throughRole ne $nsDisabledRole && $throughRole ne $nsManagedDisabledRole ){
# indirect lock
out("$entry already $state through $throughRole.\n");
} else {
# direct lock
out("$entry already $state.\n");
}
exit 100;
} elsif ( $isLocked == 1 ){
# the entry is not locked through a role, may be nsaccountlock is "hardcoded" ?
out("$entry already $state (probably directly).\n");
exit 103;
}
#
# Inactivate the entry
#
if ( $single == 1 ){
$record = "dn: $entry\n" . "changetype: modify\n" . "$modrole: nsRoleDN\n" . "nsRoleDN: cn=nsManagedDisabledRole,@suffixN\n";
} else {
$record = "dn: cn=nsDisabledRole,@suffixN\n" . "changetype: modify\n" . "$modrole: nsRoleDN\n" . "nsRoleDN: $entry\n";
}
$info{args} = "-c";
DSUtil::ldapmod($record, %info);
if( $? != 0 ){
debug("$modrole, $entry\n");
$retCode=$?>>8;
exit $retCode;
}
out("$entry $state.\n");
exit 0;
|