What is LDAP and Active Directory ? How LDAP works and what is the structure of LDAP/AD?

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 181

  • @mateuszstompor
    @mateuszstompor 3 года назад +33

    Great explanation. I really appreciate that you added diagrams, they help understand a lot

  • @KangJangkrik
    @KangJangkrik Год назад +8

    Despite thick accent, your explanation is the best compared to other recommended videos. Thumbs up for that :)

  • @slzvieira
    @slzvieira 3 года назад +3

    Nice! Finally some good explanation about LDAP! Very usefull!

  • @vimala7830
    @vimala7830 2 года назад +3

    Thank you for this super clear explanation video.

  • @NdubisiOnuora
    @NdubisiOnuora Год назад +2

    This is incredible and extremely useful. Thank you so much!

  • @Hebrews_412_KJV
    @Hebrews_412_KJV Год назад +2

    Thank you for this. I love taking online courses for IT related subjects but honestly a lot of them don't give a practical hands-on demonstration of certain terms. I can appreciate why though, as it would turn a 25 hour course into a 50 + hour course.

    • @TalentedDeveloper
      @TalentedDeveloper  Год назад +1

      hmm, I agree with you.
      But I will surely try to add some practical demonstration

  • @wbcmt847
    @wbcmt847 3 года назад +2

    Thank you for making this video! I appreciate your video and you for taking the time to put this video together!

  • @roboedar
    @roboedar 4 года назад +5

    Thank you for this video! I was struggling for a long time but your explanation was great.

  • @_toxin_9323
    @_toxin_9323 17 дней назад

    Good Explanation and Great efforts

  • @umeshpatle7289
    @umeshpatle7289 3 года назад +2

    Superb.. Understand
    Thanks a lot

  • @PaulEllisBIGDATA
    @PaulEllisBIGDATA 3 года назад +1

    Enjoyed. Watching your other videos

  • @scapri1000
    @scapri1000 Год назад +3

    This is really helpful . Thankyou for simplifying the content, which can be understood by non-tech background people :)

  • @gabrielsantaritta3558
    @gabrielsantaritta3558 Год назад +1

    Amazing explanation, thank you for the free content!

  • @bharghavbalaji3268
    @bharghavbalaji3268 Месяц назад

    Great Explanation easy to understand . Thank you :)

  • @nadzhibkuziev8057
    @nadzhibkuziev8057 23 дня назад

    Thank for such easy description

  • @syedhannan546
    @syedhannan546 Год назад +1

    Very well explained. Thanks

  • @elsamebrahtu9180
    @elsamebrahtu9180 3 года назад +2

    Great explanation. Thank you

  • @saifvasta9787
    @saifvasta9787 Год назад

    Thanks Now I Understand LDAP & AD

  • @AlirezaReisi-bk6wu
    @AlirezaReisi-bk6wu 6 месяцев назад

    your content is so useful, I suggest this video

  • @fcsunday5458
    @fcsunday5458 2 года назад +1

    Great video, many thanks for your hard work, I learn lot of from this good course

  • @rashidmuhammad5653
    @rashidmuhammad5653 2 года назад +1

    This was most helpful - thank you.

  • @pspk70
    @pspk70 2 года назад +1

    Excellent tutorial ! ! Thank you sir :-)

  • @srilakshmigowda5551
    @srilakshmigowda5551 Год назад

    If someone is looking to kickstart the career and wants to know what is LDAP - this helps them a lot, Because I find it useful and valuable.Thanks :)

  • @Chinnurockbells
    @Chinnurockbells 4 года назад +2

    Very helpful content sir, thanks

  • @mharshaa
    @mharshaa 3 года назад +1

    Explained very well

  • @yaniaseniero7378
    @yaniaseniero7378 4 года назад +3

    Nice video u adopt the change of volume and you input caption. And details you provide is good illustration

  • @DanielKapapa-q4l
    @DanielKapapa-q4l Год назад

    Very useful video. Thank you so much.

  • @enionevesdesouza36
    @enionevesdesouza36 2 года назад +1

    Great content! Thank you very much, sir!

  • @kkkhhh-nr7gf
    @kkkhhh-nr7gf 2 месяца назад

    Nice explanation,really good.

  • @shamsurrahman1496
    @shamsurrahman1496 8 месяцев назад

    very informative and good for beginners

  • @kaii5401
    @kaii5401 3 года назад +2

    Thank you for the video!

  • @nadzeyahutsko1094
    @nadzeyahutsko1094 4 года назад +2

    Thank you! It was helpful

  • @Bhuv-
    @Bhuv- 2 года назад +1

    This was Amazing!!

  • @not-normal771
    @not-normal771 10 месяцев назад

    This is fantastic! Thank you!

  • @DEN-tg1yp
    @DEN-tg1yp Год назад +2

    Красивый Индийский язык. Посмотрел - выучил.

  • @ibkhsh
    @ibkhsh 3 года назад +2

    Helpfull. Thank you.

  • @veraabanda8125
    @veraabanda8125 Год назад +1

    I love the way you teach, do you have courses for Linux?

    • @TalentedDeveloper
      @TalentedDeveloper  Год назад

      Thanks for your valuable feedback.
      I am just having a video about Apache ldap installation in Linux

  • @shikha1387
    @shikha1387 Год назад +1

    Hello , the Apache server that you’re showing , is that connected to the AD server and getting the data ? Because as we see here the users / groups etc where are these mapped ? Are these mapped in AD ?? If I add any user in LDAP Apache will that add user in AD as well ?? Similarly if I remove any user will that be done in AD too ? Kindly explain

    • @TalentedDeveloper
      @TalentedDeveloper  Год назад +1

      Hi,
      yes it will be synchronised only.
      Whatever you are seeing as apache ldap, it is kind of ui and inside that I am using an inbuilt ldap database.
      so when the connection was coming from the code you can see all the details about user, group etc. so whenever you will add any user in that it will reflect at same time.
      It is like sql server with workbench

    • @shikha1387
      @shikha1387 Год назад

      @@TalentedDeveloper hi yes so you enter the server details and port number etc for the Apache setup , then the data or the user and groups are shown in this ldap Apache server . So just to understand correct , whatever group or user management we do here will be reflected in AD right ? Any idea how to we login directly to AD ? Can we do that ?

  • @CyberDevNet
    @CyberDevNet 4 года назад +2

    Thank you for this video!!

  • @zM0D4
    @zM0D4 2 года назад +2

    Hi, at 6:40 why call it "LDAP structure" ?
    Shouldn't it be called AD structure.
    As I understood LDAP is just the protocol to access data in the ad database.
    Please answer me.
    Thanks

    • @TalentedDeveloper
      @TalentedDeveloper  2 года назад +3

      Yes, you are correct.
      But as you know, LDAP is much older than Active Directory, and most of Active Directory comes from LDAP so I said LDAP instead of AD

  • @Alastor363
    @Alastor363 4 года назад +4

    now is better, thanks.

  • @DailyLearnings1
    @DailyLearnings1 Год назад

    I lavu yar vinglish 😍😍

  • @georgesmith9178
    @georgesmith9178 9 месяцев назад

    Thank you, great video - gave you thumbs-up. I wish you had something about querying the server with ldapsearch or similar utility.

    • @TalentedDeveloper
      @TalentedDeveloper  9 месяцев назад +1

      Thanks George,
      I am having those videos also. Please check this LDAP in Java: ruclips.net/p/PLyzY2l387AlPME9QEtU3j56dPFx0yV8Mf
      Even nodejs videos also available

    • @georgesmith9178
      @georgesmith9178 8 месяцев назад

      @@TalentedDeveloper Thank you, will watch in a couple of days.

  • @arun.arunpg
    @arun.arunpg Год назад

    Simply superb ❤

  • @ashutoshbodake4509
    @ashutoshbodake4509 3 месяца назад +1

    Hi,
    Can I connect this LDAP server from my c# LDAP management code?
    Any code sample you have on git.

    • @TalentedDeveloper
      @TalentedDeveloper  3 месяца назад +1

      can you please check this ruclips.net/video/Qq5djmUj1d4/видео.html

    • @ashutoshbodake4509
      @ashutoshbodake4509 3 месяца назад

      @@TalentedDeveloper
      Thank you!
      Your videos are really good.

    • @TalentedDeveloper
      @TalentedDeveloper  3 месяца назад

      Thank you for your feedback

  • @saajkmk
    @saajkmk 5 месяцев назад

    Great video .. informative..

  • @JG-nh2mr
    @JG-nh2mr 2 года назад +1

    what is Ldap url ?

    • @TalentedDeveloper
      @TalentedDeveloper  2 года назад +2

      it is the url.
      It will start like ldap:///....
      it includes address, port and DN.
      like this example
      ldap://abc..com:389/dc=abc,dc=com

  • @ngochuyproducer
    @ngochuyproducer 6 месяцев назад

    ❤ Thank you for your sharing

  • @Thor11th
    @Thor11th 3 года назад +1

    Why LDAP is showing up in my accounts on Samsung phone? Could it be a hack attempt?

    • @TalentedDeveloper
      @TalentedDeveloper  3 года назад +2

      please check this ruclips.net/video/bNebzPrJnY4/видео.html
      it is kind of scam

    • @Thor11th
      @Thor11th 3 года назад

      @@TalentedDeveloper bro it is being used to steal data because by definition its function is designed for that. I wonder why is it displaying on my phone? Is it by default?

  • @javajimaruthi8657
    @javajimaruthi8657 8 месяцев назад

    Good Explanation

  • @PramodKumar-xo2oo
    @PramodKumar-xo2oo Год назад +1

    Thank you so much :)

  • @suryakiran4722
    @suryakiran4722 Год назад

    is there any Teradata database which tracks ldap info

  • @shradhadeep
    @shradhadeep 3 года назад +1

    Great Explanation. Can you please make videos on Master Slave replication in LDAP in nodejs

  • @sandeepkasturi7330
    @sandeepkasturi7330 2 года назад +1

    Thank you for this video. Can i know how to implement ldap in ubuntu server and client machines and i want to administer labs with authenticating users at login screen and track user activities from ldap server, can it be possible?

    • @TalentedDeveloper
      @TalentedDeveloper  2 года назад +2

      Hi,
      There is a video in playlist. It will help you to install the apache ldap.
      If you follow other video in the playlist then you will learn how to add user and user group.
      I think your requirement is possible but you need to give try.
      I also don't have so knowledge regarding tracking the activities

  • @SafinSingh
    @SafinSingh 3 года назад +1

    W vid 🙌

  • @kunalbagwe6091
    @kunalbagwe6091 3 года назад +1

    one question here, that LDAP works for Authentication or for the Authorization. As both of these are different concepts. Please confirm the same.

    • @TalentedDeveloper
      @TalentedDeveloper  3 года назад +1

      it's mainly for authorization but you can use it for authentication also(not recommended)

  • @naveenrepala53
    @naveenrepala53 2 года назад

    Hi thanks for the information
    I would like to know about ldap check user in database or not and gives the information to clients if user is present and able to check in ldap database but user is not able to authenticate showes no error message but client gets message like username and password is not founded
    from logs we can see time out
    Please help me in this issues

    • @TalentedDeveloper
      @TalentedDeveloper  2 года назад +1

      Please check this
      ruclips.net/video/QeizTIXOjdc/видео.html

    • @naveenrepala53
      @naveenrepala53 2 года назад

      @@TalentedDeveloper Hi Thanks for replying
      But in my case serch filter is working fine
      Having issues with authorisation
      And also not able to edit any attribute of user
      From logs i can only see time out no more error code
      If possible help in this issue

  • @okey1317
    @okey1317 2 года назад

    what is SSO and SAML then? i am struggling to understand how these tthings differ

    • @TalentedDeveloper
      @TalentedDeveloper  2 года назад

      I also know only a little bit like it is related to single sign in . Give me some time Need to check then I will update in detail

    • @okey1317
      @okey1317 2 года назад

      @@TalentedDeveloper okey thanks you! i am waiting for your video explaining what and the differences between SSO,SAML,LDAP,Active Directory with actual demo/examples

  • @deadmanwalking5456
    @deadmanwalking5456 4 года назад +2

    Also good! Thank You!

  • @Jayronism
    @Jayronism 2 года назад

    Thanks for the explanation, just to be clear, you can change the attribute or add a attribute in the LDAP and that will communicate to the Active directory?

  • @suraj.mohapatra
    @suraj.mohapatra 7 месяцев назад

    Hi I am using Java 22 oracle Hostspot. I installed apache directory services. and nowhere in sll your videos you have explained that we have to configure the jdk path in apache ds configuration file. so I followed your old videos instructions and I am not able to start the server

    • @suraj.mohapatra
      @suraj.mohapatra 7 месяцев назад

      I added the server. but when running it throws error and the server not getting started even after creating a connention. Kindly help😊

    • @TalentedDeveloper
      @TalentedDeveloper  7 месяцев назад +1

      ohh, if possible can you try to download the java version. Try with java 11 / 16 once. And try to start the server using the administrator

    • @suraj.mohapatra
      @suraj.mohapatra 7 месяцев назад

      @@TalentedDeveloper I have already installed openJDK 11 and it worked. I was waiting for your validation thanks anyways.

    • @TalentedDeveloper
      @TalentedDeveloper  7 месяцев назад

      ok, great. But what validation??

    • @suraj.mohapatra
      @suraj.mohapatra 7 месяцев назад

      @@TalentedDeveloper That this works with OpenJDK 11 or later

  • @frankdiaz6955
    @frankdiaz6955 2 года назад +1

    So what is the relationship between LDAP and AD? Do they work together?

    • @TalentedDeveloper
      @TalentedDeveloper  2 года назад +2

      LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying items in directory service providers like Active Directory, which supports a form of LDAP. Short answer: AD is a directory services database, and LDAP is one of the protocols you can use to talk to it

    • @frankdiaz6955
      @frankdiaz6955 2 года назад +1

      @@TalentedDeveloper thank you!

    • @fcsunday5458
      @fcsunday5458 2 года назад

      @@TalentedDeveloper I think Frank's question is so important and also many people share same confusing. Assume if we do not have LDAP, no LDAP server and client running, what is happen? can we still use MS Active Directory feature to manage thousands of user's authentication? Please kindly explain, thanks

  • @grow_mentally.together
    @grow_mentally.together 4 месяца назад

    Hi when I tried to enter a new entry it gave me an error Error this way:--- while creating entry
    - [LDAP result code 52 - unavailable] The Replication is configured for suffix dc= example,dc=com but was not able to connect to any Replication Server Can you help me with that?

    • @TalentedDeveloper
      @TalentedDeveloper  4 месяца назад

      Hi,
      It look likeLDAP server configured for replication might be down, unreachable, or not running.
      You can use tools like ping or telnet to check connectivity

  • @Battleneter
    @Battleneter 2 года назад +1

    Nice thankyou

  • @DiwakarKushwaha-mf1yt
    @DiwakarKushwaha-mf1yt 8 месяцев назад

    Thanks for the Video

  • @mindfreaksaad
    @mindfreaksaad 4 года назад +2

    this is great

  • @DimitriApostolopoulos
    @DimitriApostolopoulos 5 месяцев назад

    Thank you.

  • @kanngi9232
    @kanngi9232 3 года назад +1

    good video

  • @kenadelglass7933
    @kenadelglass7933 2 года назад

    Hi - I am trying to write a node.js lambda function in AWS that will do user unlocks and provide a temporary password for the user to login. Uses a VPC to connect with Windows Active Directory on a company's main network. Have you done this type of thing before and is this possible with nodejs and the ldap library? Any advice on how to accomplish this would be appreciated.

    • @TalentedDeveloper
      @TalentedDeveloper  2 года назад +1

      Hi Ken,
      I am really sorry, I never worked on.
      But I think it is possible. Need to check about this

  • @sahedprin8339
    @sahedprin8339 10 месяцев назад

    Awesome indeed

  • @daler_anvarov
    @daler_anvarov Год назад

    soo nice

  • @alirezajeditehrani879
    @alirezajeditehrani879 2 года назад +1

    Perfect

  • @Vijaysaikumar
    @Vijaysaikumar 3 года назад

    Hi Brother,
    Password may not be similar to last 5 passwords [duplicate].
    Can we do implement above condition by using ads-pwdInHistory in LDAP by using java ?

  • @ivanvaulin3679
    @ivanvaulin3679 6 месяцев назад

    thanks a lot!

  • @Verama-lc7pm
    @Verama-lc7pm Год назад

    Awesome

  • @sanketannadate4407
    @sanketannadate4407 11 дней назад

    Nice

  • @begrackled
    @begrackled Год назад

    This video: "Well hello, everyone --"
    Me: [skips video]
    Brevity is the soul of wit. If bad explanation made people live longer, I'd be immortal.

  • @WijthaGayan
    @WijthaGayan Месяц назад

    Thanks you

  • @johnfernandes455
    @johnfernandes455 3 года назад +1

    Very confusing to understand especially how the user is added to a group.

    • @TalentedDeveloper
      @TalentedDeveloper  3 года назад +1

      check the playlist, I am having separate video regarding how to add user to the group.
      Mainly you have you add the dn of the user in the group

  • @himelahmed4164
    @himelahmed4164 7 месяцев назад

    thanks

  • @SuperAdilMorocco
    @SuperAdilMorocco Год назад

    Cool

  • @tamilankalaigal2
    @tamilankalaigal2 2 года назад

    you're a blessing ☝☝☝ ☝☝☝to me thank God for ur
    presence in my life you're the best !!! Thanks
    I recommend him to y’all I swear you won’t regret working with him 💯

  • @bralis2
    @bralis2 3 года назад +1

    rrrrrrrrrrright rrrruser grrroup rrram memmmberrr

  • @ZollMisc-c1w
    @ZollMisc-c1w 2 месяца назад

    Wilson Melissa Lewis Timothy Moore Jennifer

  • @BehniaFB
    @BehniaFB Год назад

    Please delete your older videos about LDAP. They are not complete as this one, and confuses the user

    • @TalentedDeveloper
      @TalentedDeveloper  Год назад

      Thanks for your feedback, definitely I will take a look and take action

  • @marvelworld5042
    @marvelworld5042 Год назад +1

    bhai hindi meh bol le yaar

    • @TalentedDeveloper
      @TalentedDeveloper  Год назад

      ye hindi me hai ruclips.net/video/Xp9kLn9vRmw/видео.html

  • @provemr3412
    @provemr3412 8 месяцев назад

    Utterly rubbish.

  • @mustafadilshad7062
    @mustafadilshad7062 2 месяца назад

  • @cyberghost_01
    @cyberghost_01 Год назад +2

    i dont understand nothing! thanks

  • @AlirezaReisi-bk6wu
    @AlirezaReisi-bk6wu 6 месяцев назад

    your content is so useful, I suggest this video

  • @kkpro872
    @kkpro872 3 месяца назад

    Good video