Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Conversation

@maltewirz
Copy link
Contributor

Small bugfixes for the rest of the guide ^^

return next(new ldap.NoSuchObjectError(req.dn.toString()));

var userdel = spawn('userdel', ['-f', req.dn.rdns[0].cn]);
var userdel = spawn('userdel', ['-f', req.dn.rdns[0].cn.value]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
var userdel = spawn('userdel', ['-f', req.dn.rdns[0].cn.value]);
var userdel = spawn('userdel', ['-f', req.dn.rdns[0].attrs.cn.value]);

@UziTech UziTech closed this Dec 13, 2020
@jsumners
Copy link
Member

⚠️ This issue has been locked due to age. If you have encountered a recent
problem that seems to be covered by this issue, please open a new issue.

Please include a minimal reproducible example
when opening a new issue.

@ldapjs ldapjs locked as resolved and limited conversation to collaborators Mar 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants